summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2016-04-25 10:12:42 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2016-04-27 20:12:19 +0000
commit087fcd0bb73f498af095dcdb7ca3dce13f0b9101 (patch)
treebac9999fdb7757b799fe6ee459e438a7d3e0c934 /configure
parentb85bc84dcc2da02d3b487507462574cdf74a8391 (diff)
Remove unused -fpu command line argument
Change-Id: I7aad73e51e6da3c39ae86ba6612f8bef2a7cbd1e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index c0787e9638..03d931d733 100755
--- a/configure
+++ b/configure
@@ -1009,16 +1009,6 @@ while [ "$#" -gt 0 ]; do
VAL=`echo $1 | sed 's,-D,,'`
fi
;;
- -fpu)
- VAR="fpu"
- # this option may or may not be followed by an argument
- if [ -z "$2" ] || echo "$2" | grep '^-' >/dev/null 2>&1; then
- VAL=no
- else
- shift
- VAL=$1
- fi
- ;;
-I?*|-I)
VAR="add_ipath"
if [ "$1" = "-I" ]; then