diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-25 00:06:42 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:21:27 -0700 |
commit | 1b74661a6b93a892ecb1c717dedeedba5c2a976c (patch) | |
tree | 56bd14f4f2ea8e15e03fc80c8044ba96fbfa5514 /config.make.in | |
parent | f781ef4015504e8a1da649c266584976238aa079 (diff) | |
download | glibc-1b74661a6b93a892ecb1c717dedeedba5c2a976c.tar.gz glibc-1b74661a6b93a892ecb1c717dedeedba5c2a976c.tar.xz glibc-1b74661a6b93a892ecb1c717dedeedba5c2a976c.zip |
Explicitly remove .gnu.glibc-stub sections with objcopy when not using
linker script.
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 34842bfcd6..6e876ebece 100644 --- a/config.make.in +++ b/config.make.in @@ -116,6 +116,7 @@ PWD_P = @PWD_P@ BISON = @BISON@ AUTOCONF = @AUTOCONF@ OBJDUMP = @OBJDUMP@ +OBJCOPY = @OBJCOPY@ # Installation tools. INSTALL = @INSTALL@ |