diff options
author | Xiretza <xiretza@xiretza.xyz> | 2021-05-09 14:23:38 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-05-10 07:56:17 +0200 |
commit | eeaba940704a7d2acc2a2d087548560d5cc90030 (patch) | |
tree | eb574b87590471ebb992236d3f6c9d3413e17b2c /configure | |
parent | bdd5bcdfa61bd85100e54c516a33aa45ac250cde (diff) | |
download | ghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.tar.gz ghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.tar.bz2 ghdl-eeaba940704a7d2acc2a2d087548560d5cc90030.zip |
configure: use LDFLAGS from environment
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=../.. |