PERFORCE change 124905 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 8 09:45:35 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124905

Change 124905 by gonzo at gonzo_wooster on 2007/08/08 16:45:33

	o Explicit gcc/ld options for big endian kernel

Affected files ...

.. //depot/projects/mips2/src/sys/conf/Makefile.mips#11 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/Makefile.mips#11 (text+ko) ====

@@ -43,6 +43,11 @@
 CFLAGS+=-EL
 SYSTEM_LD+=-EL
 HACK_EXTRA_FLAGS+=-EL -Wl,-EL
+.else
+CFLAGS+=-EB
+SYSTEM_LD+=-EB
+HACK_EXTRA_FLAGS+=-EB -Wl,-EB
+.endif
 .endif
 
 # We add the -fno-pic flag to kernels because otherwise performance


More information about the p4-projects mailing list