Source-Changes-HG archive

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

[src/trunk]: src/share/mk Remove the NOPROFILE=1 for powerpc



details:   https://anonhg.NetBSD.org/src/rev/67d4f7aee333
branches:  trunk
changeset: 474045:67d4f7aee333
user:      danw <danw%NetBSD.org@localhost>
date:      Sat Jun 26 20:04:49 1999 +0000

description:
Remove the NOPROFILE=1 for powerpc

diffstat:

 share/mk/bsd.own.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 33c8dc33287d -r 67d4f7aee333 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jun 26 20:01:55 1999 +0000
+++ b/share/mk/bsd.own.mk       Sat Jun 26 20:04:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.122 1999/06/10 00:38:49 simonb Exp $
+#      $NetBSD: bsd.own.mk,v 1.123 1999/06/26 20:04:49 danw Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -99,11 +99,6 @@
 NOLINT=1
 .endif
 
-# The PowerPC port is incomplete.
-.if ${MACHINE_ARCH} == "powerpc"
-NOPROFILE=
-.endif
-
 # Data-driven table using make variables to control how 
 # toolchain-dependent targets and shared libraries are built
 # for different platforms and object formats.



Home | Main Index | Thread Index | Old Index