Remove special hacks for FSF cross tools now that it builds natively.
This commit is contained in:
parent
0fe0f2515b
commit
b2744ab9c4
@ -17,19 +17,6 @@
|
||||
# after which config should be rerun for all machines.
|
||||
#
|
||||
|
||||
# The FSF cross tools don't understand -fformat-extensions
|
||||
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
|
||||
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
|
||||
-ffreestanding -Wno-format -Wno-sign-compare
|
||||
CC= x86_64-unknown-freebsd5.0-gcc -D__amd64__
|
||||
LD= x86_64-unknown-freebsd5.0-ld
|
||||
NM= x86_64-unknown-freebsd5.0-nm
|
||||
SIZE= x86_64-unknown-freebsd5.0-size
|
||||
OBJCOPY= x86_64-unknown-freebsd5.0-objcopy
|
||||
OBJDUMP= x86_64-unknown-freebsd5.0-objdump
|
||||
MACHINE_ARCH= amd64
|
||||
NO_CPU_COPTFLAGS= true # minimize cross compile pain
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500012
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user