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.
This commit is contained in:
parent
628abf6c69
commit
a22d6431b2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user