summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index ed3f0a4938..b682cbd223 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3827,8 +3827,6 @@ if test -n "$t_cpu"; then
3827 elif [ "$simulator" = "yes" ]; then # a few more includes for the sim target tree 3827 elif [ "$simulator" = "yes" ]; then # a few more includes for the sim target tree
3828 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted/sdl" 3828 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted/sdl"
3829 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted" 3829 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted"
3830 #disable _FORTIFY_SOURCE for simulator builds
3831 GCCOPTS="$GCCOPTS -U_FORTIFY_SOURCE"
3832 fi 3830 fi
3833 3831
3834 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer" 3832 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer"