File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export STRIP="$MR_STRIP"
6262export CC=" $MR_TRIPLE_CC "
6363export CXX=" $MR_TRIPLE_CXX "
6464export AR=" $MR_AR "
65- export AS=" $RM_AS "
65+ export AS=" $MR_AS "
6666export RANLIB=" $MR_RANLIB "
6767
6868./configure $CFG_FLAGS
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export STRIP="$MR_STRIP"
6262export CC=" $MR_TRIPLE_CC "
6363export CXX=" $MR_TRIPLE_CXX "
6464export AR=" $MR_AR "
65- export AS=" $RM_AS "
65+ export AS=" $MR_AS "
6666export RANLIB=" $MR_RANLIB "
6767
6868./configure $CFG_FLAGS
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if [[ -f "./config.h" ]]; then
6464 echo ' reuse configure'
6565else
6666 echo
67- echo " CC: $MR_CC "
67+ echo " CC: $MR_TRIPLE_CC "
6868 echo " CFLAGS: $C_FLAGS "
6969 echo " LDFLAG:$LDFLAGS "
7070 echo " FF_CFG_FLAGS: $CFG_FLAGS "
Original file line number Diff line number Diff line change 3939export CC=" $MR_TRIPLE_CC "
4040export CXX=" $MR_TRIPLE_CXX "
4141export AR=" $MR_AR "
42- export AS=" $RM_AS "
42+ export AS=" $MR_AS "
4343export RANLIB=" $MR_RANLIB "
4444export STRIP=" $MR_STRIP "
4545
Original file line number Diff line number Diff line change 7272 export CXXFLAG=" $C_FLAGS "
7373 export CC=" $MR_TRIPLE_CC "
7474 export AR=" $MR_AR "
75- export AS=" $RM_AS "
75+ export AS=" $MR_AS "
7676 export RANLIB=" $MR_RANLIB "
7777 export STRIP=" $MR_STRIP "
7878 ./Configure $CFG_FLAGS
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export LDFLAGS="$CFLAGS"
5454export CC=" $MR_TRIPLE_CC "
5555export CXX=" $MR_TRIPLE_CXX "
5656export AR=" $MR_AR "
57- export AS=" $RM_AS "
57+ export AS=" $MR_AS "
5858export RANLIB=" $MR_RANLIB "
5959export STRIP=" $MR_STRIP "
6060./configure $CFG_FLAGS
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export LDFLAGS="$CFLAGS"
5050export CC=" $MR_TRIPLE_CC "
5151export CXX=" $MR_TRIPLE_CXX "
5252export AR=" $MR_AR "
53- export AS=" $RM_AS "
53+ export AS=" $MR_AS "
5454export RANLIB=" $MR_RANLIB "
5555export STRIP=" $MR_STRIP "
5656./autogen.sh \
You can’t perform that action at this time.
0 commit comments