diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-08 16:06:09 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-08 16:06:09 +0000 |
commit | 3a67f1e92a9b01857b96b6fe646acb441de95ec5 (patch) | |
tree | 3f6a2fd6d2ec63d644f4254487dca26ad8a8945e /libgloss/m32r/configure.in | |
parent | 49a14729eb66c1d7fc0785add33f55a3a404e4ec (diff) | |
download | cygnal-3a67f1e92a9b01857b96b6fe646acb441de95ec5.tar.gz cygnal-3a67f1e92a9b01857b96b6fe646acb441de95ec5.tar.bz2 cygnal-3a67f1e92a9b01857b96b6fe646acb441de95ec5.zip |
2003-07-08 Jeff Johnston <jjohnstn@redhat.com>
* configure.in: Reapply Inaoko's multilib patch from
04-17-03.
* configure: Regenerated.
Diffstat (limited to 'libgloss/m32r/configure.in')
-rw-r--r-- | libgloss/m32r/configure.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libgloss/m32r/configure.in b/libgloss/m32r/configure.in index c78c77953..cdc118bf4 100644 --- a/libgloss/m32r/configure.in +++ b/libgloss/m32r/configure.in @@ -72,4 +72,11 @@ host_makefile_frag_path=$host_makefile_frag AC_SUBST(host_makefile_frag_path) AC_SUBST_FILE(host_makefile_frag) -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile +. ${srcdir}/../../config-ml.in, +srcdir=${srcdir} +target=${target} +ac_configure_args="${ac_configure_args} --enable-multilib" +CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} +libgloss_topdir=${srcdir}/../.. +) |