Now that we have gcc 3.4, we can flip ia64 to using a dynamically linked

/bin and /sbin.

Reviewed by:	marcel (via pluto1)
This commit is contained in:
Gordon Tetlow 2004-08-06 00:07:26 +00:00
parent 7ba04507e6
commit 5036802031
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133187
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
BINDIR?= /bin
WARNS?= 6
.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64"
.if defined(NO_DYNAMICROOT)
NOSHARED?= YES
.endif

View File

@ -4,6 +4,6 @@
BINDIR?= /sbin
WARNS?= 2
.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64"
.if defined(NO_DYNAMICROOT)
NOSHARED?= YES
.endif