diff options
| author | Tristan Gingold <tgingold@free.fr> | 2016-12-21 19:04:30 +0100 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2016-12-21 19:04:30 +0100 |
| commit | 7f3998cbc20e0af5e33d1e23c89e660e28add9f6 (patch) | |
| tree | 6608a52de1087d8678d47d8e4bcdd51cf19d61cf /configure | |
| parent | 630e927a1333a1e7450ef067168580aac5192840 (diff) | |
| download | ghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.tar.gz ghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.tar.bz2 ghdl-7f3998cbc20e0af5e33d1e23c89e660e28add9f6.zip | |
configure: add LDFLAGS option.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\" ;; |
