Author: jmallett
Date: Thu Mar 29 02:03:06 2012
New Revision: 233637
URL: http://svn.freebsd.org/changeset/base/233637

Log:
  Supply endianness implied by the -m flag when compiling ucore code.

Modified:
  head/sys/mips/nlm/files.xlp

Modified: head/sys/mips/nlm/files.xlp
==============================================================================
--- head/sys/mips/nlm/files.xlp Thu Mar 29 02:02:23 2012        (r233636)
+++ head/sys/mips/nlm/files.xlp Thu Mar 29 02:03:06 2012        (r233637)
@@ -26,7 +26,7 @@ mips/nlm/dev/net/sgmii.c                      optional xlpg
 mips/nlm/dev/net/xaui.c                                optional xlpge
 mips/nlm/dev/net/xlpge.c                       optional xlpge
 ucore_app.bin                                  optional xlpge  \
-       compile-with    "${CC} -march=mips32 -mabi=32 -msoft-float -I. -I$S -O3 
-funroll-loops -finline-limit=20000 -fno-tree-loop-optimize 
-fomit-frame-pointer -mno-branch-likely -fno-pic -mno-abicalls 
-ffunction-sections -fdata-sections -G0 -Wall -Werror -c 
$S/$M/nlm/dev/net/ucore/crt0_basic.S  $S/$M/nlm/dev/net/ucore/ucore_app.c && 
${LD} -melf32btsmip_fbsd -d -warn-common -T$S/$M/nlm/dev/net/ucore/ld.ucore.S 
crt0_basic.o ucore_app.o -o ucore_app && ${OBJCOPY} -S -O binary -R .note -R 
.comment ucore_app ${.TARGET}" \
+       compile-with    "${CC} -EB -march=mips32 -mabi=32 -msoft-float -I. -I$S 
-O3 -funroll-loops -finline-limit=20000 -fno-tree-loop-optimize 
-fomit-frame-pointer -mno-branch-likely -fno-pic -mno-abicalls 
-ffunction-sections -fdata-sections -G0 -Wall -Werror -c 
$S/$M/nlm/dev/net/ucore/crt0_basic.S  $S/$M/nlm/dev/net/ucore/ucore_app.c && 
${LD} -melf32btsmip_fbsd -d -warn-common -T$S/$M/nlm/dev/net/ucore/ld.ucore.S 
crt0_basic.o ucore_app.o -o ucore_app && ${OBJCOPY} -S -O binary -R .note -R 
.comment ucore_app ${.TARGET}" \
        no-obj no-implicit-rule before-depend                   \
        clean           "crt0_basic.o ucore_app.o ucore_app ucore_app.bin"
 ucore_app_bin.h                                        optional xlpge  \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to