bd8477d623
to gcc have not been made for ia64, which means that executables still have /usr/libexec/ld-elf.so.1 as the dynamic linker. This simply does not work if /usr is a seperate filesystem not mounted when the kernel tries to execute init(8). Note that this is a temporary fix until a new gcc has been imported that does have the required changes. Approved: re@
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /bin
|
|
WARNS?= 6
|
|
|
|
.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64"
|
|
NOSHARED?= YES
|
|
.endif
|