Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbppc/ramdisk Make sure to build -fno-pie -fno-pic ...



details:   https://anonhg.NetBSD.org/src/rev/bda72f79e7dd
branches:  trunk
changeset: 766333:bda72f79e7dd
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 20 21:39:18 2011 +0000

description:
Make sure to build -fno-pie -fno-pic in case MKPIE=yes

diffstat:

 distrib/evbppc/ramdisk/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b1b3005689ca -r bda72f79e7dd distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Mon Jun 20 20:25:47 2011 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Mon Jun 20 21:39:18 2011 +0000
@@ -1,14 +1,14 @@
-#      $NetBSD: Makefile,v 1.9 2011/01/18 01:25:29 matt Exp $
+#      $NetBSD: Makefile,v 1.10 2011/06/20 21:39:18 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     2304k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -mmultiple -mno-string
+DBG=           -Os -mmultiple -mno-string -fno-pie -fno-pic
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS=-d "${DBG}"



Home | Main Index | Thread Index | Old Index