summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-02-27 23:02:22 +0000
committerjake <jake@FreeBSD.org>2003-02-27 23:02:22 +0000
commit558920f554f288fd1ea80ec76ccb31a5527926e4 (patch)
tree05631efad8bfbc46dd8764131ef59acbe04de133 /sys/conf/Makefile.sparc64
parent872cb31bbade3eec324d9cb1ae0afb5b4ab4aa6d (diff)
downloadFreeBSD-src-558920f554f288fd1ea80ec76ccb31a5527926e4.zip
FreeBSD-src-558920f554f288fd1ea80ec76ccb31a5527926e4.tar.gz
- Removed various cruft from before we had a hosted toolchain (!).
- Moved special compiler flags to bsd.kern.mk so they get used for modules too.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc6415
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 49140dc..719e9ce 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -16,17 +16,11 @@
# after which config should be rerun for all machines.
#
-CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
- -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
- -ansi
-
# Which version of config(8) is required.
%VERSREQ= 500011
STD8X16FONT?= iso
-HACK_EXTRA_FLAGS=-Wl,-shared
-
.if !defined(S)
.if exists(./@/.)
S= ./@
@@ -36,9 +30,6 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
-# XXX: this should probably go somewhere else
-COPTS+= -mcmodel=medlow -msoft-float
-
SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S $S/$M/$M/interrupt.S
SYSTEM_OBJS= locore.o exception.o interrupt.o vnode_if.o ${OBJS} hints.o \
env.o config.o hack.So majors.o
@@ -55,12 +46,6 @@ SYSTEM_OBJS= locore.o exception.o interrupt.o vnode_if.o ${OBJS} hints.o \
%CLEAN
-#lint: /tmp
-# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
-# $S/$M/$M/Locore.c ${CFILES} | \
-# grep -v 'struct/union .* never defined' | \
-# grep -v 'possible pointer alignment problem'
-
exception.o: $S/$M/$M/exception.S assym.s
${NORMAL_S}
OpenPOWER on IntegriCloud