1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful

To commit it for real.
This commit is contained in:
David E. O'Brien 2002-03-24 17:42:06 +00:00
parent c05da6d338
commit 22c44d95ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93108

View File

@ -16,16 +16,31 @@
# 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
NO_CPU_COPTFLAGS=true
.endif # cross compiling
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-ansi
FMT=
# Which version of config(8) is required.
%VERSREQ= 500010