diff options
Diffstat (limited to 'gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch')
-rw-r--r-- | gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch b/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch index ea36a5a..e1f9dbf 100644 --- a/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch +++ b/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch @@ -17,8 +17,8 @@ * libmudflap/Makefiles.in Add -fno-stack-protector -U_FORTIFY_SOURCE to AM_CFLAGS ifdef enable_esp. ---- a/Makefile.in 2009-04-14 10:57:33.000000000 +0200 -+++ b/Makefile.in 2009-07-21 05:29:54.000000000 +0200 +--- Makefile.in 2009-04-14 10:57:33.000000000 +0200 ++++ Makefile.in 2009-07-21 05:29:54.000000000 +0200 @@ -305,9 +305,17 @@ BUILD_PREFIX = @BUILD_PREFIX@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ @@ -50,8 +50,8 @@ # Only build the C compiler for stage1, because that is the only one that # we can guarantee will build with the native compiler, and also it is the ---- a/gcc/Makefile.in 2009-04-29 01:16:56.000000000 +0200 -+++ b/gcc/Makefile.in 2009-07-05 02:11:04.000000000 +0200 +--- gcc/Makefile.in 2009-04-29 01:16:56.000000000 +0200 ++++ gcc/Makefile.in 2009-07-05 02:11:04.000000000 +0200 @@ -580,13 +580,24 @@ INHIBIT_LIBC_CFLAGS = -Dinhibit_libc endif @@ -155,8 +155,8 @@ $(out_file) $(OUTPUT_OPTION) # Build auxiliary files that support ecoff format. ---- a/libgcc/Makefile.in 2009-04-10 01:23:07.000000000 +0200 -+++ b/libgcc/Makefile.in 2009-09-08 03:42:47.000000000 +0200 +--- libgcc/Makefile.in 2009-04-10 01:23:07.000000000 +0200 ++++ libgcc/Makefile.in 2009-09-08 03:42:47.000000000 +0200 @@ -280,6 +280,12 @@ gen-hide-list = echo > \$@ endif @@ -184,8 +184,8 @@ endif # Build extra startfiles in the libgcc directory. ---- a/libmudflap/Makefile.in 2009-04-29 01:16:56.000000000 +0200 -+++ b/libmudflap/Makefile.in 2009-07-21 05:41:56.000000000 +0200 +--- libmudflap/Makefile.in 2009-04-29 01:16:56.000000000 +0200 ++++ libmudflap/Makefile.in 2009-07-21 05:41:56.000000000 +0200 @@ -253,9 +253,17 @@ MAINT_CHARSET = latin1 SUBDIRS = testsuite |