aboutsummaryrefslogtreecommitdiff
path: root/libgloss/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-27 00:26:14 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-19 19:51:35 -0500
commit1adfc9ac37228732bbed2c0923cfc3ae7007724e (patch)
tree4e3b101952f64b91e5eaff5b870909b8001e9c30 /libgloss/Makefile.in
parent3f2d03a78014a7351ccce1732d9d9a3a45637584 (diff)
downloadnewlib-1adfc9ac37228732bbed2c0923cfc3ae7007724e.zip
newlib-1adfc9ac37228732bbed2c0923cfc3ae7007724e.tar.gz
newlib-1adfc9ac37228732bbed2c0923cfc3ae7007724e.tar.bz2
libgloss: check for objcopy & objdump properly
A bunch of ports hack together these values rather than setting them up in the configure script for everyone.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r--libgloss/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index ac2db21..6b83757 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -892,6 +892,8 @@ MIPS_SCRIPT_LIST = @MIPS_SCRIPT_LIST@
MKDIR_P = @MKDIR_P@
MN10300_BSP_LIST = @MN10300_BSP_LIST@
MN10300_SCRIPT_LIST = @MN10300_SCRIPT_LIST@
+OBJCOPY = @OBJCOPY@
+OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@