diff options
author | peter <peter@FreeBSD.org> | 2002-04-07 04:34:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-07 04:34:21 +0000 |
commit | 57e0a89504cf19adb304d143fc3d61b7e6e01b6c (patch) | |
tree | 13b07f0495c1506614b034e1c8bb7817eb60b4bf /sys/conf | |
parent | d76ff96eff54577920f2f274feb6b445fb968d42 (diff) | |
download | FreeBSD-src-57e0a89504cf19adb304d143fc3d61b7e6e01b6c.zip FreeBSD-src-57e0a89504cf19adb304d143fc3d61b7e6e01b6c.tar.gz |
Now that we can thorougly self compile the kernel, stop hard coding the
cross compiler names.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.ia64 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 09e0191..1be2ef3 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -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 |