summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 10:52:44 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 10:52:44 +0000
commitdfa232c8e17112c17a8c7b97aafaefee460c50cb (patch)
tree6a501d071fba9f8797bc85ca6fc72a1e3d9b797f /sys/conf/Makefile.ia64
parentd508cde2ba6413b8d1160ee49830a47889f31c32 (diff)
downloadFreeBSD-src-dfa232c8e17112c17a8c7b97aafaefee460c50cb.zip
FreeBSD-src-dfa232c8e17112c17a8c7b97aafaefee460c50cb.tar.gz
Use the FreeBSD cross tools instead of the linux ones.
Diffstat (limited to 'sys/conf/Makefile.ia64')
-rw-r--r--sys/conf/Makefile.ia6418
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index 20eddd1..3319c5e 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -16,18 +16,18 @@
# after which config should be rerun for all machines.
#
-# The Linux cross tools don't understand -fformat-extensions
+# The cross tools don't understand -fformat-extensions
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
- -ffreestanding
-CC= ia64-unknown-linux-gcc
-LD= ia64-unknown-linux-ld
-NM= ia64-unknown-linux-nm
-SIZE= ia64-unknown-linux-size
-OBJCOPY= ia64-unknown-linux-objcopy
-OBJDUMP= ia64-unknown-linux-objdump
+ -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
-FMT= # Needs to be blank for linux cross tools.
+FMT= # Needs to be blank for cross tools.
# Which version of config(8) is required.
%VERSREQ= 500010
OpenPOWER on IntegriCloud