File tree Expand file tree Collapse file tree 4 files changed +1218
-1
lines changed
Expand file tree Collapse file tree 4 files changed +1218
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ THIRD_CFG_FLAGS="$THIRD_CFG_FLAGS --target-os=$MR_TAGET_OS"
170170# x86_64, arm64
171171THIRD_CFG_FLAGS=" $THIRD_CFG_FLAGS --enable-pic"
172172THIRD_CFG_FLAGS=" $THIRD_CFG_FLAGS --enable-neon"
173- THIRD_CFG_FLAGS=" $THIRD_CFG_FLAGS --enable-asm"
173+ THIRD_CFG_FLAGS=" $THIRD_CFG_FLAGS --enable-asm --enable-inline-asm "
174174
175175if [[ " $MR_DEBUG " == " debug" ]]; then
176176 THIRD_CFG_FLAGS=" $THIRD_CFG_FLAGS --disable-optimizations"
Original file line number Diff line number Diff line change 6969 ./configure \
7070 $CFG_FLAGS \
7171 --cc=" $MR_CC " \
72+ --as=" perl ${MR_GAS_PERL} -arch ${MR_ARCH} -- $MR_CC " \
7273 --extra-cflags=" $C_FLAGS " \
7374 --extra-cxxflags=" $C_FLAGS " \
7475 --extra-ldflags=" $LDFLAGS "
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ THIS_DIR=$(DIRNAME=$(dirname "$0"); cd "$DIRNAME"; pwd)
2323cd " $THIS_DIR "
2424export MR_SHELL_ROOT_DIR=" $THIS_DIR "
2525export MR_SHELL_TOOLS_DIR=" ${THIS_DIR} /tools"
26+ export MR_GAS_PERL=${MR_SHELL_TOOLS_DIR} /gas-preprocessor.pl
2627export MR_SHELL_CONFIGS_DIR=" ${THIS_DIR} /configs"
2728
2829function elapsed()
You can’t perform that action at this time.
0 commit comments