Author: jim Date: 2006-08-28 22:03:33 -0600 (Mon, 28 Aug 2006) New Revision: 1663
Modified: trunk/ trunk/gcc/gcc-4.1.1-32-1.patch Log: [EMAIL PROTECTED]: jim | 2006-08-28 21:01:26 -0700 Updated GCC 32Bit Only patches for 64 Bit architectures Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1932 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1936 Modified: trunk/gcc/gcc-4.1.1-32-1.patch =================================================================== --- trunk/gcc/gcc-4.1.1-32-1.patch 2006-08-27 19:56:22 UTC (rev 1662) +++ trunk/gcc/gcc-4.1.1-32-1.patch 2006-08-29 04:03:33 UTC (rev 1663) @@ -78,7 +78,7 @@ INSTALL_LIBGCC = install-multilib diff -Naur gcc-4.1.1.orig/gcc/config/sparc/t-linux64 gcc-4.1.1/gcc/config/sparc/t-linux64 --- gcc-4.1.1.orig/gcc/config/sparc/t-linux64 2004-04-01 08:05:22.000000000 -0800 -+++ gcc-4.1.1/gcc/config/sparc/t-linux64 2006-08-21 23:23:44.607986455 -0700 ++++ gcc-4.1.1/gcc/config/sparc/t-linux64 2006-08-26 22:02:56.222291480 -0700 @@ -1,6 +1,6 @@ -MULTILIB_OPTIONS = m64/m32 -MULTILIB_DIRNAMES = 64 32 @@ -89,9 +89,10 @@ LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -@@ -16,4 +16,4 @@ +@@ -14,6 +14,3 @@ + SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \ + $(srcdir)/config/sparc/libgcc-sparc-glibc.ver - CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \ - -print-multi-os-directory) \ +-CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \ +- -print-multi-os-directory) \ - = x../lib64; then echo -mcmodel=medany; fi` -+ = x../lib; then echo -mcmodel=medany; fi` -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
