diff options
Diffstat (limited to 'srcpkgs/pcc/patches/build_PIC.patch')
-rw-r--r-- | srcpkgs/pcc/patches/build_PIC.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/srcpkgs/pcc/patches/build_PIC.patch b/srcpkgs/pcc/patches/build_PIC.patch index 3b7eea6a13f..3c49d45ffe3 100644 --- a/srcpkgs/pcc/patches/build_PIC.patch +++ b/srcpkgs/pcc/patches/build_PIC.patch @@ -1,7 +1,7 @@ Respect passed CFLAGS to configure and force PIC object generation. ---- pcc-libs/csu/linux/Makefile.orig 2011-02-24 12:59:36.988078869 +0100 -+++ pcc-libs/csu/linux/Makefile 2011-02-24 13:01:29.434007771 +0100 +--- a/pcc-libs/csu/linux/Makefile 2011-02-24 12:59:36.988078869 +0100 ++++ b/pcc-libs/csu/linux/Makefile 2011-02-24 13:01:29.434007771 +0100 @@ -4,7 +4,7 @@ VERSION ?= 0.9.9 PCCLIBDIR ?= /usr/local/lib/pcc/$(TARGET)/$(VERSION)/lib SRCDIR ?= . @@ -11,8 +11,8 @@ Respect passed CFLAGS to configure and force PIC object generation. OBJS = crt0.o crt1.o gcrt1.o crti.o crtn.o crtbegin.o crtend.o ---- pcc-libs/libpcc/Makefile.in.orig 2011-02-24 13:02:15.570566278 +0100 -+++ pcc-libs/libpcc/Makefile.in 2011-02-24 13:02:33.577393664 +0100 +--- a/pcc-libs/libpcc/Makefile.in 2011-02-24 13:02:15.570566278 +0100 ++++ b/pcc-libs/libpcc/Makefile.in 2011-02-24 13:02:33.577393664 +0100 @@ -12,6 +12,7 @@ exec_prefix = @exec_prefix@ libdir = @libdir@ @@ -21,8 +21,8 @@ Respect passed CFLAGS to configure and force PIC object generation. TARGMACH = @targmach@ TARGOS = @targos@ TARGET = @target@ ---- pcc-libs/libsoftfloat/Makefile.in.orig 2011-02-24 13:02:54.937188695 +0100 -+++ pcc-libs/libsoftfloat/Makefile.in 2011-02-24 13:03:09.281050924 +0100 +--- a/pcc-libs/libsoftfloat/Makefile.in 2011-02-24 13:02:54.937188695 +0100 ++++ b/pcc-libs/libsoftfloat/Makefile.in 2011-02-24 13:03:09.281050924 +0100 @@ -12,6 +12,7 @@ exec_prefix = @exec_prefix@ libdir = @libdir@ |