summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-05-26 15:55:28 +0000
committerjake <jake@FreeBSD.org>2002-05-26 15:55:28 +0000
commit82d31a36d4b510fecf30b24f498fefac37cd4240 (patch)
treea6b47a5305acd07251422898964b56a870918f9b /sys/conf/Makefile.sparc64
parent77288420b0b89bfd29008398f3db0e7996e65068 (diff)
downloadFreeBSD-src-82d31a36d4b510fecf30b24f498fefac37cd4240.zip
FreeBSD-src-82d31a36d4b510fecf30b24f498fefac37cd4240.tar.gz
Remove a hack for using an external compiler if cross compiling.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc6421
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 96bdde0..3af0203 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -16,27 +16,6 @@
# after which config should be rerun for all machines.
#
-THIS_ARCH!= uname -m
-.if ${THIS_ARCH} != "sparc64"
-
-TOOLPATH= /arch/sparc64/uberbaum/bin
-TOOLPREFIX= sparc64-deo-freebsd5-
-AR= ${TOOLPATH}/${TOOLPREFIX}ar
-CC= ${TOOLPATH}/${TOOLPREFIX}gcc
-LD= ${TOOLPATH}/${TOOLPREFIX}ld
-NM= ${TOOLPATH}/${TOOLPREFIX}nm
-OBJCOPY= ${TOOLPATH}/${TOOLPREFIX}objcopy
-OBJDUMP= ${TOOLPATH}/${TOOLPREFIX}objdump
-RANLIB= ${TOOLPATH}/${TOOLPREFIX}ranlib
-SIZE= ${TOOLPATH}/${TOOLPREFIX}size
-
-COPT+= -B${TOOLPATH}/
-NO_CPU_COPTFLAGS=true
-
-MACHINE_ARCH= sparc64
-
-.endif # cross compiling
-
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-ansi
OpenPOWER on IntegriCloud