Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 16:45:35 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124905 for review
Message-ID:  <200708081645.l78GjZor082731@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124905

Change 124905 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708081645.l78GjZor082731>