Now that we can thorougly self compile the kernel, stop hard coding the

cross compiler names.
This commit is contained in:
Peter Wemm 2002-04-07 04:34:21 +00:00
parent c21ab46789
commit 6e068bd9ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94025

View File

@ -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