svn commit: r312947 - head/sys/boot/mips/beri/boot2
Brooks Davis
brooks at FreeBSD.org
Sun Jan 29 11:52:37 UTC 2017
Author: brooks
Date: Sun Jan 29 11:52:36 2017
New Revision: 312947
URL: https://svnweb.freebsd.org/changeset/base/312947
Log:
Remove "-Xassembler -G0" from CFLAGS.
-G0 is sufficent except on old version of clang (<3.8) and such versions
are unlikely to be generally useful on mips64.
Reported by: sbruno
Sponsored by: DARPA, AFRL
Modified:
head/sys/boot/mips/beri/boot2/Makefile
Modified: head/sys/boot/mips/beri/boot2/Makefile
==============================================================================
--- head/sys/boot/mips/beri/boot2/Makefile Sun Jan 29 10:36:43 2017 (r312946)
+++ head/sys/boot/mips/beri/boot2/Makefile Sun Jan 29 11:52:36 2017 (r312947)
@@ -52,7 +52,7 @@ CFLAGS= -ffreestanding \
-I${.CURDIR}/../../../.. \
-D_KERNEL \
-Wall \
- -G0 -Xassembler -G0 \
+ -G0 \
-fno-pic -mno-abicalls \
-msoft-float \
-g
More information about the svn-src-all
mailing list