diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-18 13:49:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-18 13:49:32 +0000 |
commit | 081c531fecfa27b5c0e9f48a3ca1a96ea3ef553c (patch) | |
tree | 9e151374b53ad61b9c5407d4cc4f8e8fd8ec3c24 /testing/gcc/gcc-go.patch | |
parent | de7b37cbad5d595786fa1b78bed8dac552de1b27 (diff) | |
download | aports-081c531fecfa27b5c0e9f48a3ca1a96ea3ef553c.tar.bz2 aports-081c531fecfa27b5c0e9f48a3ca1a96ea3ef553c.tar.xz |
main/gcc: upgrade to 4.6.1
Diffstat (limited to 'testing/gcc/gcc-go.patch')
-rw-r--r-- | testing/gcc/gcc-go.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/gcc/gcc-go.patch b/testing/gcc/gcc-go.patch deleted file mode 100644 index a882a5a38e..0000000000 --- a/testing/gcc/gcc-go.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc-4.6.1.orig/gcc/go/Make-lang.in -+++ gcc-4.6.1/gcc/go/Make-lang.in -@@ -63,7 +63,7 @@ - go/unsafe.o - - go1$(exeext): $(GO_OBJS) attribs.o $(BACKEND) $(LIBDEPS) -- $(CXX) $(ALL_CXXFLAGS) $(LDFLAGS) -o $@ \ -+ $(CXX) $(ALL_CXXFLAGS) $(LDFLAGS) -fno-PIE -o $@ \ - $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS) - - # Documentation. |