diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-08-29 06:45:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-08-29 06:45:37 -0700 |
commit | d22e28b070d3d1572d39a463d711c6f223078552 (patch) | |
tree | c441a28af6eb2dc8c215fece6877b9585d6d6d88 /Makefile | |
parent | 050af9c4e86eeecd484ed44b7765e750523276eb (diff) | |
download | glibc-d22e28b070d3d1572d39a463d711c6f223078552.zip glibc-d22e28b070d3d1572d39a463d711c6f223078552.tar.gz glibc-d22e28b070d3d1572d39a463d711c6f223078552.tar.bz2 |
Use LD_SO to set $ld_so_name/$ld_so_version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ install: ifneq (no,$(PERL)) ifeq (/usr,$(prefix)) ifeq (,$(install_root)) - CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx) + LD_SO=$(ld.so-version) CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx) endif endif endif |