--target flag beim configure removed: erzeugt nur fehlerhafte binarys

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5491 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-04-07 17:52:16 +00:00
parent 8c63581b49
commit 5384a125e7

View File

@ -98,8 +98,7 @@ mk() {
CXX="g++ $BUILDOPTIONS" \
LDFLAGS="-L/usr/X11R7/$LIBDIR" \
USE_ARCH=$UARCH \
./configure --target=$TARGET \
--enable-relocatable \
./configure --enable-relocatable \
--enable-security \
--with-x \
$ADDOPTIONS \