With gcc3, PIC code can be created for sh3.

This commit is contained in:
marcus 2003-07-02 15:37:21 +00:00
parent a4878b4349
commit 36874b6c58
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.336 2003/06/30 18:48:52 wiz Exp $
# $NetBSD: bsd.own.mk,v 1.337 2003/07/02 15:37:21 marcus Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -354,7 +354,7 @@ MKGCC:= no
.endif
# The sh3 port is incomplete.
.if ${MACHINE_CPU} == "sh3"
.if ${MACHINE_CPU} == "sh3" && !defined(HAVE_GCC3)
NOPIC= # defined
.endif