Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Add ${AOPTS} to AFLAGS
details: https://anonhg.NetBSD.org/src/rev/918bc99b02ee
branches: trunk
changeset: 510052:918bc99b02ee
user: matt <matt%NetBSD.org@localhost>
date: Thu May 17 23:48:31 2001 +0000
description:
Add ${AOPTS} to AFLAGS
diffstat:
sys/arch/macppc/conf/Makefile.macppc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d64fab542ab -r 918bc99b02ee sys/arch/macppc/conf/Makefile.macppc
--- a/sys/arch/macppc/conf/Makefile.macppc Thu May 17 23:45:24 2001 +0000
+++ b/sys/arch/macppc/conf/Makefile.macppc Thu May 17 23:48:31 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.macppc,v 1.15 2000/12/17 15:52:42 jdolecek Exp $
+# $NetBSD: Makefile.macppc,v 1.16 2001/05/17 23:48:31 matt Exp $
#
# Makefile for NetBSD
#
@@ -50,7 +50,7 @@
CWARNFLAGS+= -Wno-main
.endif
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float
-AFLAGS= -D_LOCORE
+AFLAGS= -D_LOCORE ${AOPTS}
LINKFLAGS= -N -Ttext ${TEXTADDR} -e __start
STRIPFLAGS= --strip-debug
Home |
Main Index |
Thread Index |
Old Index