USE_ARCH wird jetzt verwendet

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

View File

@ -79,6 +79,7 @@ premk() {
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=32 \
./configure --host=$TARGET32 \
--localstatedir=/var \
--infodir=/usr/share/info \
@ -95,6 +96,7 @@ mk() {
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=64 \
./configure --host=$TARGET \
--localstatedir=/var \
--infodir=/usr/share/info \