Now that we can thorougly self compile the kernel, stop hard coding the
cross compiler names.
This commit is contained in:
parent
c21ab46789
commit
6e068bd9ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94025
@ -20,13 +20,6 @@
|
||||
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
|
||||
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
|
||||
-Wno-format -ffreestanding
|
||||
CC= ia64-unknown-freebsd5.0-gcc
|
||||
LD= ia64-unknown-freebsd5.0-ld
|
||||
NM= ia64-unknown-freebsd5.0-nm
|
||||
SIZE= ia64-unknown-freebsd5.0-size
|
||||
OBJCOPY= ia64-unknown-freebsd5.0-objcopy
|
||||
OBJDUMP= ia64-unknown-freebsd5.0-objdump
|
||||
MACHINE_ARCH= ia64
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500010
|
||||
|
Loading…
Reference in New Issue
Block a user