Skip to content

Commit

Permalink
[gcc] build aarch64 cross -Wno-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Feb 4, 2024
1 parent b554abf commit e1885b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_cross_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INSTALL_PATH=/opt/cross
TARGET=aarch64-linux
USE_NEWLIB=0
LINUX_ARCH=arm64
CONFIGURATION_OPTIONS="--disable-multilib" # --disable-threads --disable-shared
CONFIGURATION_OPTIONS="--disable-multilib CFLAGS=-Wno-error" # --disable-threads --disable-shared
PARALLEL_MAKE=-j4
BINUTILS_VERSION=binutils-2.24
GCC_VERSION=gcc-4.9.2
Expand Down

0 comments on commit e1885b9

Please sign in to comment.