Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Enabled building PIC on hppa. Also don't use a --n...
details: https://anonhg.NetBSD.org/src/rev/5b4b41a16057
branches: trunk
changeset: 533484:5b4b41a16057
user: fredette <fredette%NetBSD.org@localhost>
date: Mon Jul 01 19:31:12 2002 +0000
description:
Enabled building PIC on hppa. Also don't use a --netbsdelf GNU target name.
diffstat:
share/mk/bsd.own.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r e7cba2208d97 -r 5b4b41a16057 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Jul 01 19:30:36 2002 +0000
+++ b/share/mk/bsd.own.mk Mon Jul 01 19:31:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.298 2002/06/10 18:40:58 mason Exp $
+# $NetBSD: bsd.own.mk,v 1.299 2002/07/01 19:31:12 fredette Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -306,7 +306,6 @@
# The hppa port is incomplete.
.if ${MACHINE_ARCH} == "hppa"
NOLINT= # defined
-NOPIC= # defined
NOPROFILE= # defined
MKGDB:= no
MKGCC:= no
@@ -334,7 +333,6 @@
.if ${OBJECT_FMT} == "ELF" && \
(${MACHINE_GNU_ARCH} == "arm" || \
${MACHINE_GNU_ARCH} == "armeb" || \
- ${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "ns32k" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
Home |
Main Index |
Thread Index |
Old Index