Fix build on EMT64T: add --disable-shared for this platform as recommended

in README.LLVM.
This commit is contained in:
Max Khon 2007-07-25 20:17:36 +00:00
parent d7cac60473
commit 944a74aac7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196284

View File

@ -37,7 +37,6 @@ CONFIGURE_ARGS= --enable-llvm=${LOCALBASE}\
--with-gxx-include-dir=${TARGLIB}/include/c++\
--libexecdir=${TARGLIB}\
--infodir=${PREFIX}/llvm-gcc
# --disable-shared
PLIST_SUB= GCC_VER=${GCC_VER}\
GNU_HOST=${CONFIGURE_TARGET}
INFO= llvm-gcc/cpp \
@ -74,6 +73,7 @@ post-install:
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --disable-shared
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif