Author: jim Date: 2006-08-31 08:50:41 -0600 (Thu, 31 Aug 2006) New Revision: 1667
Modified: trunk/ trunk/gcc/gcc-4.1.1-32-1.patch Log: [EMAIL PROTECTED]: jim | 2006-08-31 00:25:25 -0700 Fixed Sparc64 Only 32 Patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1938 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1944 Modified: trunk/gcc/gcc-4.1.1-32-1.patch =================================================================== --- trunk/gcc/gcc-4.1.1-32-1.patch 2006-08-31 02:01:32 UTC (rev 1666) +++ trunk/gcc/gcc-4.1.1-32-1.patch 2006-08-31 14:50:41 UTC (rev 1667) @@ -96,3 +96,21 @@ -CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \ - -print-multi-os-directory) \ - = x../lib64; then echo -mcmodel=medany; fi` + +--- gcc-4.1.1.orig/gcc/config/sparc/linux64.h 2006-02-11 00:38:51.000000000 -0800 ++++ gcc-4.1.1/gcc/config/sparc/linux64.h 2006-08-30 23:52:50.288518761 -0700 +@@ -50,11 +50,13 @@ + /* A 64 bit v9 compiler with stack-bias, + in a Medium/Low code model environment. */ + ++#ifdef SPARC64_USERSPACE_FORCED_TO_32 + #undef TARGET_DEFAULT + #define TARGET_DEFAULT \ + (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ \ + + MASK_STACK_BIAS + MASK_APP_REGS + MASK_FPU + MASK_LONG_DOUBLE_128) + #endif ++#endif + + #undef ASM_CPU_DEFAULT_SPEC + #define ASM_CPU_DEFAULT_SPEC "-Av9a" + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
