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:
parent
794e3f9ae0
commit
a692daff31
@ -52,7 +52,7 @@ CFLAGS= -ffreestanding \
|
||||
-I${.CURDIR}/../../../.. \
|
||||
-D_KERNEL \
|
||||
-Wall \
|
||||
-G0 -Xassembler -G0 \
|
||||
-G0 \
|
||||
-fno-pic -mno-abicalls \
|
||||
-msoft-float \
|
||||
-g
|
||||
|
Loading…
x
Reference in New Issue
Block a user