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:
authorNick Clifton <nickc@redhat.com>2003-04-24 16:36:08 +0400
committerNick Clifton <nickc@redhat.com>2003-04-24 16:36:08 +0400
commit71853f09cc829a83391b4a1b1bb62944d41c99ba (patch)
tree923b9a0bdbf2d0a3b044f840b55e525276db8b13 /libgloss/m32r/configure
parent5d9a7c875abcd2b551804774e2331a16d47b4f54 (diff)
Add support for h8300hn and h8300sn
Diffstat (limited to 'libgloss/m32r/configure')
-rwxr-xr-xlibgloss/m32r/configure13
1 files changed, 3 insertions, 10 deletions
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 <<EOF
@@ -1134,7 +1133,7 @@ cat >> $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 <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile
-. ${srcdir}/../../config-ml.in"}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
@@ -1232,11 +1230,6 @@ cat >> $CONFIG_STATUS <<EOF
EOF
cat >> $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