aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-21 19:04:30 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-21 19:04:30 +0100
commit7f3998cbc20e0af5e33d1e23c89e660e28add9f6 (patch)
tree6608a52de1087d8678d47d8e4bcdd51cf19d61cf /configure
parent630e927a1333a1e7450ef067168580aac5192840 (diff)
downloadghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.tar.gz
ghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.tar.bz2
ghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.zip
configure: add LDFLAGS option.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e07cdb798..cea704690 100755
--- a/configure
+++ b/configure
@@ -62,7 +62,7 @@ check_version()
for opt do
optarg=`expr x"$opt" : 'x[^=]*=\(.*\)'`
case "$opt" in
- CC=*|CFLAGS=*|GNATMAKE=*)
+ CC=*|CFLAGS=*|GNATMAKE=*|LDFLAGS=*)
optvar=`expr x"$opt" : 'x\([^=]*\)=.*'`
eval $optvar=\"$optarg\"
;;