Author: jim
Date: 2005-07-03 02:49:46 -0600 (Sun, 03 Jul 2005)
New Revision: 1000

Modified:
   trunk/
   trunk/silo/silo-1.4.9-fixes-1.patch
Log:
 [EMAIL PROTECTED]:  jim | 2005-07-03 01:44:17 -0700
 Updates silo patch by forceing -m elf32_sparc in build



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1030
   + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1033

Modified: trunk/silo/silo-1.4.9-fixes-1.patch
===================================================================
--- trunk/silo/silo-1.4.9-fixes-1.patch 2005-07-03 07:35:40 UTC (rev 999)
+++ trunk/silo/silo-1.4.9-fixes-1.patch 2005-07-03 08:49:46 UTC (rev 1000)
@@ -39,9 +39,32 @@
  clean:
        $(RM) $(PROGRAMS) *.o
 +
+diff -Naur silo-1.4.9.orig/first/Makefile silo-1.4.9/first/Makefile
+--- silo-1.4.9.orig/first/Makefile     2003-12-04 02:29:23.000000000 +0000
++++ silo-1.4.9/first/Makefile  2005-07-03 08:42:18.000000000 +0000
+@@ -10,7 +10,7 @@
+ # Relocate to 2.5MB. The Hitchhiker's Guide to Open Boot Rev 3 claims
+ # that 3MB are guaranteed to be mapped.
+ # Changing this value will require changing a bunch of other constants 
throughout the code
+-LDFLAGS=-N -Ttext 0x4000
++LDFLAGS=-N -Ttext 0x4000 -m elf32_sparc
+ 
+ .S.o:
+       $(CC) $(CFLAGS) -c $*.S
 diff -Naur silo-1.4.9.orig/second/Makefile silo-1.4.9/second/Makefile
 --- silo-1.4.9.orig/second/Makefile    2004-06-20 17:16:32.000000000 +0000
-+++ silo-1.4.9/second/Makefile 2005-07-03 06:54:06.000000000 +0000
++++ silo-1.4.9/second/Makefile 2005-07-03 08:42:02.000000000 +0000
+@@ -23,8 +23,8 @@
+ # that 3MB are guaranteed to be mapped.
+ #
+ # XXX: We seem to be going 4Megs here for LARGE? -- BenC
+-LDFLAGS_SMALL=-N -Ttext $(SMALL_RELOC)
+-LDFLAGS_LARGE=-N -Ttext $(LARGE_RELOC)
++LDFLAGS_SMALL=-N -Ttext $(SMALL_RELOC) -m elf32_sparc
++LDFLAGS_LARGE=-N -Ttext $(LARGE_RELOC) -m elf32_sparc
+ 
+ .c.o:
+       $(CC) $(CFLAGS) -c $*.c -o $@
 @@ -85,7 +85,7 @@
        $(CC) $(CFLAGS) -c -o $@ $<
  

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to