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
This commit is contained in:
Brooks Davis 2017-01-29 11:52:36 +00:00
parent 794e3f9ae0
commit a692daff31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312947

View File

@ -52,7 +52,7 @@ CFLAGS= -ffreestanding \
-I${.CURDIR}/../../../.. \
-D_KERNEL \
-Wall \
-G0 -Xassembler -G0 \
-G0 \
-fno-pic -mno-abicalls \
-msoft-float \
-g