summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-01-22 01:34:10 +0000
committergrehan <grehan@FreeBSD.org>2003-01-22 01:34:10 +0000
commit2c3212d15c7acaeff339049e622ffa59216f5946 (patch)
tree3af8e0cf81a94e752086df53199354ec0e20135e /sys/conf
parent568a1c8f9648e8a9985e3432f11440dfd5f0151e (diff)
downloadFreeBSD-src-2c3212d15c7acaeff339049e622ffa59216f5946.zip
FreeBSD-src-2c3212d15c7acaeff339049e622ffa59216f5946.tar.gz
- remove dead conditional CFLAG setting
- switch locore .s -> .S Approved by: benno
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.powerpc11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index caa127b..8e22e04 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -33,15 +33,10 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
-_OS!=uname
-.if ${_OS} != "FreeBSD"
-CWARNFLAGS=-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
- -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-COPTS+= -D__FreeBSD__
-.endif
-
COPTS+= -msoft-float
+SYSTEM_SFILES= $S/$M/$M/locore.S
+
%BEFORE_DEPEND
%OBJS
@@ -54,7 +49,7 @@ COPTS+= -msoft-float
%CLEAN
-locore.o: $S/$M/$M/locore.s assym.s
+locore.o: $S/$M/$M/locore.S assym.s
${NORMAL_S}
%RULES
OpenPOWER on IntegriCloud