Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-27 08:26:14 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 03:51:35 +0300
commit1adfc9ac37228732bbed2c0923cfc3ae7007724e (patch)
tree4e3b101952f64b91e5eaff5b870909b8001e9c30 /libgloss/Makefile.in
parent3f2d03a78014a7351ccce1732d9d9a3a45637584 (diff)
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 ac2db2197..6b8375745 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@