aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-03-22 22:18:06 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-03-22 22:18:06 +0000
commitc5247ac5055e2813f2fb4cfb1a8512e95ae000ce (patch)
treee6ab83f47952c6ce246e4c6958b33667bf8fb442 /sys/mips
parent0823672d94cd8d4ab551e0d6fd4b990b79e38b58 (diff)
Notes
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/nlm/files.xlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/nlm/files.xlp b/sys/mips/nlm/files.xlp
index 40b9899c2632..db6c4eba6754 100644
--- a/sys/mips/nlm/files.xlp
+++ b/sys/mips/nlm/files.xlp
@@ -23,7 +23,7 @@ mips/nlm/dev/net/sgmii.c optional xlpge
mips/nlm/dev/net/xaui.c optional xlpge
mips/nlm/dev/net/xlpge.c optional xlpge
ucore_app.bin optional xlpge \
- compile-with "${CC} -EB -march=mips32 -mabi=32 -msoft-float -I. -I$S -O3 -funroll-loops -fomit-frame-pointer -Qunused-arguments -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 -fomit-frame-pointer -Wno-unused-command-line-argument -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 \