summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-15 08:21:41 +0000
committerobrien <obrien@FreeBSD.org>2002-03-15 08:21:41 +0000
commitc3f569ead943b12dcfa16cba1f5f3c3f05ebb201 (patch)
tree66a9189e25993bcaaeb6ab1beb8637ee4eafa8f7 /sys/conf/Makefile.sparc64
parentb0fd50345a3289e9bb8d558d427d688f80e93c0b (diff)
downloadFreeBSD-src-c3f569ead943b12dcfa16cba1f5f3c3f05ebb201.zip
FreeBSD-src-c3f569ead943b12dcfa16cba1f5f3c3f05ebb201.tar.gz
Remove all the custom toolchain knob tweaking.
We are now using a native binutils, and you have to have CC=gcc in your /etc/make.conf to compile userland anyway.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc6413
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 70dcf40..ccac00d 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -18,19 +18,6 @@
MACHINE_ARCH= sparc64
-TOOLPATH= /arch/sparc64/native-uberbaum/bin
-TOOLPREFIX=
-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
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
OpenPOWER on IntegriCloud