Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/macppc/stand/ofwboot Pullup patch [matt]:
details: https://anonhg.NetBSD.org/src/rev/c9fa775d39dc
branches: netbsd-1-5
changeset: 490174:c9fa775d39dc
user: tv <tv%NetBSD.org@localhost>
date: Thu Nov 09 23:12:06 2000 +0000
description:
Pullup patch [matt]:
Add -mmultiple to COPTS as it is in DBG on the trunk; shrinks ofwboot by 4K.
diffstat:
sys/arch/macppc/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b28ab72d34e5 -r c9fa775d39dc sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile Thu Nov 09 23:08:41 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile Thu Nov 09 23:12:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11.2.2 2000/10/17 13:27:19 tv Exp $
+# $NetBSD: Makefile,v 1.11.2.3 2000/11/09 23:12:06 tv Exp $
S= ${.CURDIR}/../../../..
@@ -38,7 +38,7 @@
# For now...
#RELOC= 20000
RELOC= 600000
-COPTS= -Os
+COPTS= -Os -mmultiple
ENTRY= _start
Home |
Main Index |
Thread Index |
Old Index