forked from len0rd/rockbox
Fix typo in the previous commit
Change-Id: I9e8de11ba86e147abc9bb5b3dfcc550655fe360d
This commit is contained in:
parent
9beca004b9
commit
2ef10ec734
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -263,7 +263,7 @@ simcc () {
|
||||||
GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//`
|
GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//`
|
||||||
|
|
||||||
if [ "yes" = "$use_debug" ]; then
|
if [ "yes" = "$use_debug" ]; then
|
||||||
GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/-Og/`
|
GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GCCOPTS="$GCCOPTS -fno-builtin -g"
|
GCCOPTS="$GCCOPTS -fno-builtin -g"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue