From 71853f09cc829a83391b4a1b1bb62944d41c99ba Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 24 Apr 2003 12:36:08 +0000 Subject: Add support for h8300hn and h8300sn --- libgloss/m32r/Makefile.in | 2 +- libgloss/m32r/configure | 13 +++---------- libgloss/m32r/configure.in | 9 +-------- 3 files changed, 5 insertions(+), 19 deletions(-) (limited to 'libgloss/m32r') diff --git a/libgloss/m32r/Makefile.in b/libgloss/m32r/Makefile.in index ae20c1705..2dd3be0db 100644 --- a/libgloss/m32r/Makefile.in +++ b/libgloss/m32r/Makefile.in @@ -14,7 +14,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -VPATH = @srcdir@ +VPATH = @srcdir@ @srcdir@/.. srcdir = @srcdir@ objdir = . srcroot = $(srcdir)/../.. diff --git a/libgloss/m32r/configure b/libgloss/m32r/configure index 08285ab20..b4a5c1174 100755 --- a/libgloss/m32r/configure +++ b/libgloss/m32r/configure @@ -1067,8 +1067,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile -. ${srcdir}/../../config-ml.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. -ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script. +ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. ac_file=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_cmds # Line after last line for current file. @@ -1167,8 +1166,7 @@ EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -1232,11 +1230,6 @@ cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -srcdir=${srcdir} -target=${target} -ac_configure_args="${ac_configure_args} --enable-multilib" -CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} -libgloss_topdir=${srcdir}/../.. exit 0 EOF diff --git a/libgloss/m32r/configure.in b/libgloss/m32r/configure.in index cdc118bf4..c78c77953 100644 --- a/libgloss/m32r/configure.in +++ b/libgloss/m32r/configure.in @@ -72,11 +72,4 @@ host_makefile_frag_path=$host_makefile_frag AC_SUBST(host_makefile_frag_path) AC_SUBST_FILE(host_makefile_frag) -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}/../.. -) +AC_OUTPUT(Makefile) -- cgit v1.2.3