* support/scripts/sdcc_mingw32: sync with sdcc-build
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 28 Apr 2009 05:46:40 +0000 (05:46 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 28 Apr 2009 05:46:40 +0000 (05:46 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5442 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/scripts/sdcc_mingw32

index 081d51cbc0aee1424b0713a5c01fbcd2a5106bc9..e8783b6c6dd5e9238e8cc928718d9fe30b861cc4 100755 (executable)
@@ -2,10 +2,10 @@
 # Script to crosscompile with mingw32
 TOOLSPREFIX=/usr/local/cross-tools/bin/i586-mingw32msvc-
 
-export CC=${TOOLSPREFIX}/gcc
-export CXX=${TOOLSPREFIX}/g++
-export RANLIB=${TOOLSPREFIX}/ranlib
-export STRIP=${TOOLSPREFIX}/strip
+export CC=${TOOLSPREFIX}gcc
+export CXX=${TOOLSPREFIX}g++
+export RANLIB=${TOOLSPREFIX}ranlib
+export STRIP=${TOOLSPREFIX}strip
 
 export SDCCCONFIGUREFLAGS=" \
 --prefix=/sdcc \
@@ -17,4 +17,4 @@ sdccconf_h_dir_separator=\\\\ \
 --disable-device-lib \
 --host=i586-mingw32msvc --build=unknown-unknown-linux-gnu"
 
-./configure ${SDCCCONFIGUREFLAGS} & make 2>&1 | tee make.log
+../sdcc/configure ${SDCCCONFIGUREFLAGS} & make 2>&1 | tee make.log