Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/cdboot Overwrite PIE_*, otherwise bootxx...
details: https://anonhg.NetBSD.org/src/rev/fa27b7004455
branches: trunk
changeset: 789874:fa27b7004455
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Sep 12 05:54:38 2013 +0000
description:
Overwrite PIE_*, otherwise bootxx_cd9660 is not recognized by
installboot in MKPIE=yes builds.
diffstat:
sys/arch/i386/stand/cdboot/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f14d4fd282cf -r fa27b7004455 sys/arch/i386/stand/cdboot/Makefile
--- a/sys/arch/i386/stand/cdboot/Makefile Thu Sep 12 04:42:49 2013 +0000
+++ b/sys/arch/i386/stand/cdboot/Makefile Thu Sep 12 05:54:38 2013 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2011/05/20 22:29:55 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2013/09/12 05:54:38 joerg Exp $
S= ${.CURDIR}/../../../..
AFLAGS.cdboot.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+PIE_CFLAGS=
+PIE_LDFLAGS=
+PIE_AFLAGS=
+
NOMAN= # defined
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index