summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 7e9a6e4222..2579a38933 100755
--- a/tools/configure
+++ b/tools/configure
@@ -263,7 +263,7 @@ simcc () {
263 GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//` 263 GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//`
264 264
265 if [ "yes" = "$use_debug" ]; then 265 if [ "yes" = "$use_debug" ]; then
266 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/-Og/` 266 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/`
267 fi 267 fi
268 268
269 GCCOPTS="$GCCOPTS -fno-builtin -g" 269 GCCOPTS="$GCCOPTS -fno-builtin -g"