mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-27 04:14:41 -05:00
Override CFLAGS to sane defaults that work for both host and target
This commit is contained in:
parent
558d39cdda
commit
44c2b0dfc2
|
|
@ -34,6 +34,12 @@ LIBFAT_URL="$DEVKITPRO_URL/$LIBFAT"
|
|||
LIBMIRKO_URL="$DEVKITPRO_URL/$LIBMIRKO"
|
||||
GDB_URL="http://ftp.gnu.org/gnu/gdb/$GDB"
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Sane defaults for building toolchain
|
||||
#---------------------------------------------------------------------------------
|
||||
export CFLAGS="-O2 -pipe"
|
||||
export CXXFLAGS="$CLFAGS"
|
||||
unset LDFLAGS
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Look for automated configuration file to bypass prompts
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user