yet another update

This commit is contained in:
neiviv-ui 2021-06-22 22:29:47 +02:00
parent e7e0b46eb9
commit a96787876b
1 changed files with 3 additions and 4 deletions

View File

@ -126,10 +126,9 @@ if command -v termux-setup-storage >/dev/null 2>&1; then
# * https://github.com/termux/termux-packages/issues/6176
# * https://github.com/termux/termux-packages/issues/2469
export \
CFLAGS = "-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2" \
CXXFLAGS = "-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2"
export CFLAGS="-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2" \
CXXFLAGS="-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2"
fi
run_quietly giteapc-configure.log \
../binutils-$VERSION/configure --prefix="$PREFIX" --target=sh3eb-elf --with-multilib-list=m3,m4-nofpu --program-prefix=sh-elf- --enable-libssp --enable-lto
../binutils-$VERSION/configure --prefix="$PREFIX" --target=sh3eb-elf --with-multilib-list=m3,m4-nofpu --program-prefix=sh-elf- --enable-libssp --enable-lto