aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-05-09 14:23:38 +0200
committertgingold <tgingold@users.noreply.github.com>2021-05-10 07:56:17 +0200
commiteeaba940704a7d2acc2a2d087548560d5cc90030 (patch)
treeeb574b87590471ebb992236d3f6c9d3413e17b2c /configure
parentbdd5bcdfa61bd85100e54c516a33aa45ac250cde (diff)
downloadghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.tar.gz
ghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.tar.bz2
ghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.zip
configure: use LDFLAGS from environment
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d39017aa..73bceef12 100755
--- a/configure
+++ b/configure
@@ -30,7 +30,7 @@ CFLAGS=${CFLAGS:--g}
GNATMAKE=${GNATMAKE:-gnatmake}
ADA_FLAGS=${ADA_FLAGS:-}
MAKE=${MAKE:-make}
-LDFLAGS=
+LDFLAGS=${LDFLAGS:-}
prefix=/usr/local
libdirsuffix=lib/ghdl
libdirreverse=../..