mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 15:34:18 +00:00
From Kelley Cook <kelleycook@wideopenwest.com>:
* configure.host: Accept i[34567]86 variants. * configure.tgt: Likewise. * nlm/configure.in: Likewise. * nlm/configure: Regenerated.
This commit is contained in:
parent
2fd303f5ff
commit
1581182a44
@ -1,3 +1,11 @@
|
|||||||
|
2003-06-13 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
From Kelley Cook <kelleycook@wideopenwest.com>:
|
||||||
|
* configure.host: Accept i[34567]86 variants.
|
||||||
|
* configure.tgt: Likewise.
|
||||||
|
* nlm/configure.in: Likewise.
|
||||||
|
* nlm/configure: Regenerated.
|
||||||
|
|
||||||
2003-06-13 Richard Earnshaw <rearnsha@arm.com>
|
2003-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* arm-tdep.c (solib-svr4.h): Dont' include it.
|
* arm-tdep.c (solib-svr4.h): Dont' include it.
|
||||||
|
@ -13,7 +13,7 @@ case "${host_cpu}" in
|
|||||||
alpha*) gdb_host_cpu=alpha ;;
|
alpha*) gdb_host_cpu=alpha ;;
|
||||||
arm*) gdb_host_cpu=arm ;;
|
arm*) gdb_host_cpu=arm ;;
|
||||||
hppa*) gdb_host_cpu=pa ;;
|
hppa*) gdb_host_cpu=pa ;;
|
||||||
i[3456]86*) gdb_host_cpu=i386 ;;
|
i[34567]86*) gdb_host_cpu=i386 ;;
|
||||||
m68*) gdb_host_cpu=m68k ;;
|
m68*) gdb_host_cpu=m68k ;;
|
||||||
mips*) gdb_host_cpu=mips ;;
|
mips*) gdb_host_cpu=mips ;;
|
||||||
powerpc*) gdb_host_cpu=powerpc ;;
|
powerpc*) gdb_host_cpu=powerpc ;;
|
||||||
@ -48,34 +48,34 @@ hppa*-*-hpux11*) gdb_host=hpux11 ;;
|
|||||||
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
||||||
# OBSOLETE hppa*-*-osf*) gdb_host=hppaosf ;;
|
# OBSOLETE hppa*-*-osf*) gdb_host=hppaosf ;;
|
||||||
|
|
||||||
i[3456]86-ncr-*) gdb_host=ncr3000 ;;
|
i[34567]86-ncr-*) gdb_host=ncr3000 ;;
|
||||||
# OBSOLETE i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
|
# OBSOLETE i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
|
||||||
# OBSOLETE i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
|
# OBSOLETE i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
|
||||||
# OBSOLETE i[3456]86-sequent-sysv*) gdb_host=ptx ;;
|
# OBSOLETE i[3456]86-sequent-sysv*) gdb_host=ptx ;;
|
||||||
i[3456]86-*-bsd*) gdb_host=i386bsd ;;
|
i[34567]86-*-bsd*) gdb_host=i386bsd ;;
|
||||||
i[3456]86-*-dgux*) gdb_host=i386v4 ;;
|
i[34567]86-*-dgux*) gdb_host=i386v4 ;;
|
||||||
i[3456]86-*-freebsd*) gdb_host=fbsd ;;
|
i[34567]86-*-freebsd*) gdb_host=fbsd ;;
|
||||||
i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;;
|
i[34567]86-*-netbsdelf*) gdb_host=nbsdelf ;;
|
||||||
i[3456]86-*-netbsdaout*) gdb_host=nbsdaout ;;
|
i[34567]86-*-netbsdaout*) gdb_host=nbsdaout ;;
|
||||||
i[3456]86-*-netbsd*) gdb_host=nbsdaout ;;
|
i[34567]86-*-netbsd*) gdb_host=nbsdaout ;;
|
||||||
i[3456]86-*-go32*) gdb_host=go32 ;;
|
i[34567]86-*-go32*) gdb_host=go32 ;;
|
||||||
i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
|
i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;;
|
||||||
i[3456]86-*-linux*) gdb_host=linux ;;
|
i[34567]86-*-linux*) gdb_host=linux ;;
|
||||||
i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
|
i[34567]86-*-lynxos*) gdb_host=i386lynx ;;
|
||||||
i[3456]86-*-gnu*) gdb_host=i386gnu ;;
|
i[34567]86-*-gnu*) gdb_host=i386gnu ;;
|
||||||
i[3456]86-*-openbsd*) gdb_host=obsd ;;
|
i[34567]86-*-openbsd*) gdb_host=obsd ;;
|
||||||
i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
|
i[34567]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
|
||||||
i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
i[34567]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
||||||
i[3456]86-*-sco*) gdb_host=i386sco ;;
|
i[34567]86-*-sco*) gdb_host=i386sco ;;
|
||||||
i[3456]86-*-solaris*) gdb_host=i386sol2 ;;
|
i[34567]86-*-solaris*) gdb_host=i386sol2 ;;
|
||||||
i[3456]86-*-sysv4.2*) gdb_host=i386v42mp ;;
|
i[34567]86-*-sysv4.2*) gdb_host=i386v42mp ;;
|
||||||
i[3456]86-*-sysv4*) gdb_host=i386v4 ;;
|
i[34567]86-*-sysv4*) gdb_host=i386v4 ;;
|
||||||
i[3456]86-*-sysv5*) gdb_host=i386v42mp ;;
|
i[34567]86-*-sysv5*) gdb_host=i386v42mp ;;
|
||||||
i[3456]86-*-unixware2*) gdb_host=i386v42mp ;;
|
i[34567]86-*-unixware2*) gdb_host=i386v42mp ;;
|
||||||
i[3456]86-*-unixware*) gdb_host=i386v4 ;;
|
i[34567]86-*-unixware*) gdb_host=i386v4 ;;
|
||||||
i[3456]86-*-sysv*) gdb_host=i386v ;;
|
i[34567]86-*-sysv*) gdb_host=i386v ;;
|
||||||
i[3456]86-*-isc*) gdb_host=i386v ;;
|
i[34567]86-*-isc*) gdb_host=i386v ;;
|
||||||
i[3456]86-*-cygwin*) gdb_host=cygwin ;;
|
i[34567]86-*-cygwin*) gdb_host=cygwin ;;
|
||||||
|
|
||||||
ia64-*-aix*) gdb_host=aix ;;
|
ia64-*-aix*) gdb_host=aix ;;
|
||||||
ia64-*-linux*) gdb_host=linux ;;
|
ia64-*-linux*) gdb_host=linux ;;
|
||||||
|
@ -16,7 +16,7 @@ alpha*) gdb_target_cpu=alpha ;;
|
|||||||
arm*) gdb_target_cpu=arm ;;
|
arm*) gdb_target_cpu=arm ;;
|
||||||
avr*) gdb_target_cpu=avr ;;
|
avr*) gdb_target_cpu=avr ;;
|
||||||
hppa*) gdb_target_cpu=pa ;;
|
hppa*) gdb_target_cpu=pa ;;
|
||||||
i[3456]86*) gdb_target_cpu=i386 ;;
|
i[34567]86*) gdb_target_cpu=i386 ;;
|
||||||
m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
|
m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
|
||||||
m68*) gdb_target_cpu=m68k ;;
|
m68*) gdb_target_cpu=m68k ;;
|
||||||
mips*) gdb_target_cpu=mips ;;
|
mips*) gdb_target_cpu=mips ;;
|
||||||
@ -85,27 +85,27 @@ hppa*-*-*) gdb_target=hppa ;;
|
|||||||
# OBSOLETE i[3456]86-sequent-bsd*) gdb_target=symmetry ;;
|
# OBSOLETE i[3456]86-sequent-bsd*) gdb_target=symmetry ;;
|
||||||
# OBSOLETE i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;;
|
# OBSOLETE i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;;
|
||||||
# OBSOLETE i[3456]86-sequent-sysv*) gdb_target=ptx ;;
|
# OBSOLETE i[3456]86-sequent-sysv*) gdb_target=ptx ;;
|
||||||
i[3456]86-ncr-*) gdb_target=ncr3000 ;;
|
i[34567]86-ncr-*) gdb_target=ncr3000 ;;
|
||||||
i[3456]86-*-bsd*) gdb_target=i386bsd ;;
|
i[34567]86-*-bsd*) gdb_target=i386bsd ;;
|
||||||
i[3456]86-*-netbsd*) gdb_target=nbsd ;;
|
i[34567]86-*-netbsd*) gdb_target=nbsd ;;
|
||||||
i[3456]86-*-openbsd*) gdb_target=obsd ;;
|
i[34567]86-*-openbsd*) gdb_target=obsd ;;
|
||||||
i[3456]86-*-go32*) gdb_target=i386aout ;;
|
i[34567]86-*-go32*) gdb_target=i386aout ;;
|
||||||
i[3456]86-*-msdosdjgpp*) gdb_target=go32 ;;
|
i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;
|
||||||
i[3456]86-*-nto*) gdb_target=nto ;;
|
i[34567]86-*-nto*) gdb_target=nto ;;
|
||||||
i[3456]86-*-lynxos*) gdb_target=i386lynx ;;
|
i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
|
||||||
i[3456]86-*-solaris*) gdb_target=i386sol2 ;;
|
i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
|
||||||
i[3456]86-*-sco*) gdb_target=i386v ;;
|
i[34567]86-*-sco*) gdb_target=i386v ;;
|
||||||
i[3456]86-*-sysv*) gdb_target=i386v ;;
|
i[34567]86-*-sysv*) gdb_target=i386v ;;
|
||||||
i[3456]86-*-linux*) gdb_target=linux
|
i[34567]86-*-linux*) gdb_target=linux
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-isc*) gdb_target=i386v ;;
|
i[34567]86-*-isc*) gdb_target=i386v ;;
|
||||||
i[3456]86-*-gnu*) gdb_target=i386gnu ;;
|
i[34567]86-*-gnu*) gdb_target=i386gnu ;;
|
||||||
i[3456]86-*-netware*) gdb_target=i386nw
|
i[34567]86-*-netware*) gdb_target=i386nw
|
||||||
configdirs="${configdirs} nlm" ;;
|
configdirs="${configdirs} nlm" ;;
|
||||||
i[3456]86-*-cygwin*) gdb_target=cygwin ;;
|
i[34567]86-*-cygwin*) gdb_target=cygwin ;;
|
||||||
i[3456]86-*-vxworks*) gdb_target=vxworks ;;
|
i[34567]86-*-vxworks*) gdb_target=vxworks ;;
|
||||||
i[3456]86-*-*) gdb_target=embed ;;
|
i[34567]86-*-*) gdb_target=embed ;;
|
||||||
|
|
||||||
ia64-*-aix*) gdb_target=aix ;;
|
ia64-*-aix*) gdb_target=aix ;;
|
||||||
ia64-*-linux*) gdb_target=linux
|
ia64-*-linux*) gdb_target=linux
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-06-13 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
From Kelley Cook <kelleycook@wideopenwest.com>:
|
||||||
|
* configure.srv: Accept i[34567]86 variants.
|
||||||
|
|
||||||
2003-06-05 Daniel Jacobowitz <drow@mvista.com>
|
2003-06-05 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* linux-low.c (linux_wait_for_event): Correct comment typos.
|
* linux-low.c (linux_wait_for_event): Correct comment typos.
|
||||||
|
@ -23,7 +23,7 @@ case "${target}" in
|
|||||||
srv_linux_usrregs=yes
|
srv_linux_usrregs=yes
|
||||||
srv_linux_thread_db=yes
|
srv_linux_thread_db=yes
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-linux*) srv_regobj=reg-i386-linux.o
|
i[34567]86-*-linux*) srv_regobj=reg-i386-linux.o
|
||||||
srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o"
|
srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o"
|
||||||
srv_linux_usrregs=yes
|
srv_linux_usrregs=yes
|
||||||
srv_linux_regsets=yes
|
srv_linux_regsets=yes
|
||||||
|
35
gdb/nlm/configure
vendored
35
gdb/nlm/configure
vendored
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated automatically using autoconf version 2.12.2
|
# Generated automatically using autoconf version 2.13
|
||||||
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This configure script is free software; the Free Software Foundation
|
# This configure script is free software; the Free Software Foundation
|
||||||
@ -28,6 +28,7 @@ program_suffix=NONE
|
|||||||
program_transform_name=s,x,x,
|
program_transform_name=s,x,x,
|
||||||
silent=
|
silent=
|
||||||
site=
|
site=
|
||||||
|
sitefile=
|
||||||
srcdir=
|
srcdir=
|
||||||
target=NONE
|
target=NONE
|
||||||
verbose=
|
verbose=
|
||||||
@ -142,6 +143,7 @@ Configuration:
|
|||||||
--help print this message
|
--help print this message
|
||||||
--no-create do not create output files
|
--no-create do not create output files
|
||||||
--quiet, --silent do not print \`checking...' messages
|
--quiet, --silent do not print \`checking...' messages
|
||||||
|
--site-file=FILE use FILE as the site file
|
||||||
--version print the version of autoconf that created configure
|
--version print the version of autoconf that created configure
|
||||||
Directory and file names:
|
Directory and file names:
|
||||||
--prefix=PREFIX install architecture-independent files in PREFIX
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
||||||
@ -312,6 +314,11 @@ EOF
|
|||||||
-site=* | --site=* | --sit=*)
|
-site=* | --site=* | --sit=*)
|
||||||
site="$ac_optarg" ;;
|
site="$ac_optarg" ;;
|
||||||
|
|
||||||
|
-site-file | --site-file | --site-fil | --site-fi | --site-f)
|
||||||
|
ac_prev=sitefile ;;
|
||||||
|
-site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
|
||||||
|
sitefile="$ac_optarg" ;;
|
||||||
|
|
||||||
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
||||||
ac_prev=srcdir ;;
|
ac_prev=srcdir ;;
|
||||||
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
||||||
@ -333,7 +340,7 @@ EOF
|
|||||||
verbose=yes ;;
|
verbose=yes ;;
|
||||||
|
|
||||||
-version | --version | --versio | --versi | --vers)
|
-version | --version | --versio | --versi | --vers)
|
||||||
echo "configure generated by autoconf version 2.12.2"
|
echo "configure generated by autoconf version 2.13"
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
|
||||||
-with-* | --with-*)
|
-with-* | --with-*)
|
||||||
@ -477,12 +484,16 @@ fi
|
|||||||
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
|
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
|
||||||
|
|
||||||
# Prefer explicitly selected file to automatically selected ones.
|
# Prefer explicitly selected file to automatically selected ones.
|
||||||
if test -z "$CONFIG_SITE"; then
|
if test -z "$sitefile"; then
|
||||||
|
if test -z "$CONFIG_SITE"; then
|
||||||
if test "x$prefix" != xNONE; then
|
if test "x$prefix" != xNONE; then
|
||||||
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
|
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
|
||||||
else
|
else
|
||||||
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
|
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
CONFIG_SITE="$sitefile"
|
||||||
fi
|
fi
|
||||||
for ac_site_file in $CONFIG_SITE; do
|
for ac_site_file in $CONFIG_SITE; do
|
||||||
if test -r "$ac_site_file"; then
|
if test -r "$ac_site_file"; then
|
||||||
@ -569,7 +580,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking host system type""... $ac_c" 1>&6
|
echo $ac_n "checking host system type""... $ac_c" 1>&6
|
||||||
echo "configure:573: checking host system type" >&5
|
echo "configure:584: checking host system type" >&5
|
||||||
|
|
||||||
host_alias=$host
|
host_alias=$host
|
||||||
case "$host_alias" in
|
case "$host_alias" in
|
||||||
@ -590,7 +601,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|||||||
echo "$ac_t""$host" 1>&6
|
echo "$ac_t""$host" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking target system type""... $ac_c" 1>&6
|
echo $ac_n "checking target system type""... $ac_c" 1>&6
|
||||||
echo "configure:594: checking target system type" >&5
|
echo "configure:605: checking target system type" >&5
|
||||||
|
|
||||||
target_alias=$target
|
target_alias=$target
|
||||||
case "$target_alias" in
|
case "$target_alias" in
|
||||||
@ -608,7 +619,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|||||||
echo "$ac_t""$target" 1>&6
|
echo "$ac_t""$target" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking build system type""... $ac_c" 1>&6
|
echo $ac_n "checking build system type""... $ac_c" 1>&6
|
||||||
echo "configure:612: checking build system type" >&5
|
echo "configure:623: checking build system type" >&5
|
||||||
|
|
||||||
build_alias=$build
|
build_alias=$build
|
||||||
case "$build_alias" in
|
case "$build_alias" in
|
||||||
@ -662,7 +673,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
|
|||||||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
||||||
# ./install, which can be erroneously created by make from ./install.sh.
|
# ./install, which can be erroneously created by make from ./install.sh.
|
||||||
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
||||||
echo "configure:666: checking for a BSD compatible install" >&5
|
echo "configure:677: checking for a BSD compatible install" >&5
|
||||||
if test -z "$INSTALL"; then
|
if test -z "$INSTALL"; then
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@ -710,6 +721,8 @@ echo "$ac_t""$INSTALL" 1>&6
|
|||||||
# It thinks the first close brace ends the variable substitution.
|
# It thinks the first close brace ends the variable substitution.
|
||||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||||
|
|
||||||
|
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||||
|
|
||||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||||
|
|
||||||
|
|
||||||
@ -719,7 +732,7 @@ case "${target_cpu}" in
|
|||||||
alpha) gdb_target_cpu=alpha ;;
|
alpha) gdb_target_cpu=alpha ;;
|
||||||
c[12]) gdb_target_cpu=convex ;;
|
c[12]) gdb_target_cpu=convex ;;
|
||||||
hppa*) gdb_target_cpu=pa ;;
|
hppa*) gdb_target_cpu=pa ;;
|
||||||
i[3456]86) gdb_target_cpu=i386 ;;
|
i[34567]86) gdb_target_cpu=i386 ;;
|
||||||
m68*) gdb_target_cpu=m68k ;;
|
m68*) gdb_target_cpu=m68k ;;
|
||||||
np1) gdb_target_cpu=gould ;;
|
np1) gdb_target_cpu=gould ;;
|
||||||
pn) gdb_target_cpu=gould ;;
|
pn) gdb_target_cpu=gould ;;
|
||||||
@ -773,7 +786,7 @@ EOF
|
|||||||
# Ultrix sh set writes to stderr and can't be redirected directly,
|
# Ultrix sh set writes to stderr and can't be redirected directly,
|
||||||
# and sets the high bit in the cache file unless we assign to the vars.
|
# and sets the high bit in the cache file unless we assign to the vars.
|
||||||
(set) 2>&1 |
|
(set) 2>&1 |
|
||||||
case `(ac_space=' '; set) 2>&1 | grep ac_space` in
|
case `(ac_space=' '; set | grep ac_space) 2>&1` in
|
||||||
*ac_space=\ *)
|
*ac_space=\ *)
|
||||||
# `set' does not quote correctly, so add quotes (double-quote substitution
|
# `set' does not quote correctly, so add quotes (double-quote substitution
|
||||||
# turns \\\\ into \\, and sed turns \\ into \).
|
# turns \\\\ into \\, and sed turns \\ into \).
|
||||||
@ -852,7 +865,7 @@ do
|
|||||||
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
|
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
|
||||||
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
|
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
|
||||||
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
|
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
|
||||||
echo "$CONFIG_STATUS generated by autoconf version 2.12.2"
|
echo "$CONFIG_STATUS generated by autoconf version 2.13"
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
-help | --help | --hel | --he | --h)
|
-help | --help | --hel | --he | --h)
|
||||||
echo "\$ac_cs_usage"; exit 0 ;;
|
echo "\$ac_cs_usage"; exit 0 ;;
|
||||||
@ -876,6 +889,7 @@ s%@SHELL@%$SHELL%g
|
|||||||
s%@CFLAGS@%$CFLAGS%g
|
s%@CFLAGS@%$CFLAGS%g
|
||||||
s%@CPPFLAGS@%$CPPFLAGS%g
|
s%@CPPFLAGS@%$CPPFLAGS%g
|
||||||
s%@CXXFLAGS@%$CXXFLAGS%g
|
s%@CXXFLAGS@%$CXXFLAGS%g
|
||||||
|
s%@FFLAGS@%$FFLAGS%g
|
||||||
s%@DEFS@%$DEFS%g
|
s%@DEFS@%$DEFS%g
|
||||||
s%@LDFLAGS@%$LDFLAGS%g
|
s%@LDFLAGS@%$LDFLAGS%g
|
||||||
s%@LIBS@%$LIBS%g
|
s%@LIBS@%$LIBS%g
|
||||||
@ -910,6 +924,7 @@ s%@build_cpu@%$build_cpu%g
|
|||||||
s%@build_vendor@%$build_vendor%g
|
s%@build_vendor@%$build_vendor%g
|
||||||
s%@build_os@%$build_os%g
|
s%@build_os@%$build_os%g
|
||||||
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
||||||
|
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
|
||||||
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
||||||
s%@target_makefile_frag_path@%$target_makefile_frag_path%g
|
s%@target_makefile_frag_path@%$target_makefile_frag_path%g
|
||||||
/@target_makefile_frag@/r $target_makefile_frag
|
/@target_makefile_frag@/r $target_makefile_frag
|
||||||
|
@ -15,7 +15,7 @@ case "${target_cpu}" in
|
|||||||
alpha) gdb_target_cpu=alpha ;;
|
alpha) gdb_target_cpu=alpha ;;
|
||||||
c[12]) gdb_target_cpu=convex ;;
|
c[12]) gdb_target_cpu=convex ;;
|
||||||
hppa*) gdb_target_cpu=pa ;;
|
hppa*) gdb_target_cpu=pa ;;
|
||||||
i[3456]86) gdb_target_cpu=i386 ;;
|
i[34567]86) gdb_target_cpu=i386 ;;
|
||||||
m68*) gdb_target_cpu=m68k ;;
|
m68*) gdb_target_cpu=m68k ;;
|
||||||
np1) gdb_target_cpu=gould ;;
|
np1) gdb_target_cpu=gould ;;
|
||||||
pn) gdb_target_cpu=gould ;;
|
pn) gdb_target_cpu=gould ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user