USE_ARCH eingepflegt.

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4658 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-04-29 09:53:44 +00:00
parent f336bf274a
commit b95c5c6fe0
4 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

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

View File

@ -76,12 +76,12 @@ premk() {
}
mk() {
X11R7_Fix
if [ "$MK64BIT" == "true" ]; then
export LDFLAGS="-L/usr/X11R7/lib64"
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=$UARCH \
./configure --host=$TARGET \
--localstatedir=/var \
--infodir=/usr/share/info \