summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-28 09:21:41 +0000
committerpeter <peter@FreeBSD.org>1999-06-28 09:21:41 +0000
commit88bef0081c6d253e6eb4cc14ed7f1924f54941fb (patch)
tree75204f70a9d3cb69661c17f16276d172d5606d2a /sys/conf/Makefile.powerpc
parent7f6f7066414da4b0658c649e32feda41a051cfc1 (diff)
downloadFreeBSD-src-88bef0081c6d253e6eb4cc14ed7f1924f54941fb.zip
FreeBSD-src-88bef0081c6d253e6eb4cc14ed7f1924f54941fb.tar.gz
Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 8299663..6a7a29e 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.154 1999/06/28 07:10:55 phk Exp $
+# $Id: Makefile.i386,v 1.155 1999/06/28 07:19:51 phk Exp $
#
# Makefile for FreeBSD
#
@@ -46,7 +46,7 @@ CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS}
# Use the default object format for genassym, etc.
-GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
+GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -UKERNEL
# Select the correct set of tools. Can't set OBJFORMAT here because it
# doesn't get exported into the environment, and if it were exported
OpenPOWER on IntegriCloud