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>2022-01-24 08:23:10 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-26 05:56:47 +0300
commit6d8c4e4ba13861cac3ba5749c2aabcbb7996ee49 (patch)
tree28980eee782f7f8f5fb8ab31fdbe98fb870fb381 /libgloss/configure
parent5420733ef33819384737a3ef09926253502d4d66 (diff)
libgloss: define default target_makefile_frag in top-level
A bunch of subdirs want this, so make it available in the common dir to ease future merges. It isn't used directly in libgloss so it should be harmless as-is.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-xlibgloss/configure8
1 files changed, 7 insertions, 1 deletions
diff --git a/libgloss/configure b/libgloss/configure
index eb575b237..9cf67031f 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -585,6 +585,7 @@ ac_unique_file="libnosys"
enable_option_checking=no
ac_subst_vars='LTLIBOBJS
LIBOBJS
+target_makefile_frag_path
host_makefile_frag_path
CCASFLAGS
CCAS
@@ -681,7 +682,8 @@ PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL'
-ac_subst_files='host_makefile_frag'
+ac_subst_files='host_makefile_frag
+target_makefile_frag'
ac_user_opts='
enable_option_checking
enable_silent_rules
@@ -3335,10 +3337,14 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
host_makefile_frag=${srcdir}/config/default.mh
+target_makefile_frag=${srcdir}/config/default.mt
host_makefile_frag_path=$host_makefile_frag
+target_makefile_frag_path=$target_makefile_frag
+
+
if test "${multilib}" = "yes"; then
multilib_arg="--enable-multilib"