diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-04-30 15:00:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-01 13:27:11 -0700 |
commit | 82a79e7d1843f9d90075a0bf2f04557040829bb0 (patch) | |
tree | 063a8edbad83c421ddc11bd1b1238143378eb900 /config.make.in | |
parent | 615605c94eb3238fa1a0721506d70871f1610967 (diff) | |
download | glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.tar.gz glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.tar.xz glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.zip |
Do check-textrel test using readelf rather than a build-time C program.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 1f4185b3aa..5f6f9e281d 100644 --- a/config.make.in +++ b/config.make.in @@ -112,6 +112,7 @@ BISON = @BISON@ AUTOCONF = @AUTOCONF@ OBJDUMP = @OBJDUMP@ OBJCOPY = @OBJCOPY@ +READELF = @READELF@ # Installation tools. INSTALL = @INSTALL@ |