We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc132 commit 8421d92Copy full SHA for 8421d92
1 file changed
build-devkit.sh
@@ -154,11 +154,13 @@ export MAKE
154
TOOLPATH=$(echo $INSTALLDIR | sed -e 's/^\([a-zA-Z]\):/\/\1/')
155
export PATH=$PATH:$TOOLPATH/$package/bin
156
157
+CROSS_PARAMS="--build=`./config.guess`"
158
+
159
if [ ! -z $CROSSBUILD ]; then
160
toolsprefix=$INSTALLDIR/$CROSSBUILD/tools
161
prefix=$INSTALLDIR/$CROSSBUILD/$package
162
- CROSS_PARAMS="--build=`./config.guess` --host=$CROSSBUILD"
163
+ CROSS_PARAMS="$CROSS_PARAMS --host=$CROSSBUILD"
164
CROSS_GCC_PARAMS="--with-gmp=$CROSSPATH --with-mpfr=$CROSSPATH --with-mpc=$CROSSPATH"
165
else
166
toolsprefix=$INSTALLDIR/tools
0 commit comments