From a22d6431b253cb31aec8d2e3ca91043c7ef46420 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 15 Mar 2002 08:21:41 +0000 Subject: [PATCH] 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. --- sys/conf/Makefile.sparc64 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 70dcf408770f..ccac00d9c1a1 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 \