USE_ARCH wird jetzt gesetzt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4638 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-04-27 13:57:30 +00:00
parent b2f0751bc1
commit 86981e14fd

View File

@ -85,6 +85,7 @@ premk() {
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=32 \
./configure --host=$TARGET32 \
--prefix=/usr/X11R7 \
--enable-threads \
@ -101,6 +102,7 @@ mk() {
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=64 \
./configure --host=$TARGET \
--prefix=/usr/X11R7 \
--enable-threads \