diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/config.shared | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/config.shared b/libio/config.shared index 7541d22f9a5..011263a8a1f 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -221,6 +221,7 @@ if [ "${SUBDIRS}" != "" ] ; then echo >&2 ' "gxx_include_dir=$(gxx_include_dir)" \' echo >&2 ' "libsubdir=$(libsubdir)" \' echo >&2 ' "gcc_version=$(gcc_version)" \' + echo >&2 ' "gcc_version_trigger=$(gcc_version_trigger)" \' echo >&2 ' "AR=$(AR)" \' echo >&2 ' "AR_FLAGS=$(AR_FLAGS)" \' echo >&2 ' "CC=$(CC)" \' @@ -449,7 +450,7 @@ echo >&2 'force:' echo >&2 '' echo >&2 '# with the gnu make, this is done automatically.' echo >&2 '' -echo >&2 'Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)' +echo >&2 'Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(gcc_version_trigger)' echo >&2 ' $(SHELL) ./config.status' echo >&2 '' echo >&2 '.NOEXPORT:' |