Enable the iq2000 support
This commit is contained in:
parent
531979231d
commit
7be5e72f3d
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Add support for iq2000 target.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
|
2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
|
||||||
|
|
||||||
* configure.in: Support crx-*-*.
|
* configure.in: Support crx-*-*.
|
||||||
|
53
libgloss/configure
vendored
53
libgloss/configure
vendored
@ -804,6 +804,8 @@ case "${target}" in
|
|||||||
xscale-*-elf | xscale-*-coff)
|
xscale-*-elf | xscale-*-coff)
|
||||||
configdirs="${configdirs} arm testsuite";
|
configdirs="${configdirs} arm testsuite";
|
||||||
;;
|
;;
|
||||||
|
iq2000-*-*)
|
||||||
|
configdirs="${configdirs} iq2000 testsuite";;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -824,7 +826,7 @@ subdirs="$configdirs"
|
|||||||
# Extract the first word of "gcc", so it can be a program name with args.
|
# Extract the first word of "gcc", so it can be a program name with args.
|
||||||
set dummy gcc; ac_word=$2
|
set dummy gcc; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:828: checking for $ac_word" >&5
|
echo "configure:830: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -854,7 +856,7 @@ if test -z "$CC"; then
|
|||||||
# Extract the first word of "cc", so it can be a program name with args.
|
# Extract the first word of "cc", so it can be a program name with args.
|
||||||
set dummy cc; ac_word=$2
|
set dummy cc; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:858: checking for $ac_word" >&5
|
echo "configure:860: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -903,7 +905,7 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
|
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
|
||||||
echo "configure:907: checking whether we are using GNU C" >&5
|
echo "configure:909: checking whether we are using GNU C" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -912,7 +914,7 @@ else
|
|||||||
yes;
|
yes;
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:916: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
||||||
ac_cv_prog_gcc=yes
|
ac_cv_prog_gcc=yes
|
||||||
else
|
else
|
||||||
ac_cv_prog_gcc=no
|
ac_cv_prog_gcc=no
|
||||||
@ -927,7 +929,7 @@ if test $ac_cv_prog_gcc = yes; then
|
|||||||
ac_save_CFLAGS="$CFLAGS"
|
ac_save_CFLAGS="$CFLAGS"
|
||||||
CFLAGS=
|
CFLAGS=
|
||||||
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
||||||
echo "configure:931: checking whether ${CC-cc} accepts -g" >&5
|
echo "configure:933: checking whether ${CC-cc} accepts -g" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -959,7 +961,7 @@ AS=${AS-as}
|
|||||||
# Extract the first word of "ar", so it can be a program name with args.
|
# Extract the first word of "ar", so it can be a program name with args.
|
||||||
set dummy ar; ac_word=$2
|
set dummy ar; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:963: checking for $ac_word" >&5
|
echo "configure:965: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -993,7 +995,7 @@ LD=${LD-ld}
|
|||||||
# Extract the first word of "ranlib", so it can be a program name with args.
|
# Extract the first word of "ranlib", so it can be a program name with args.
|
||||||
set dummy ranlib; ac_word=$2
|
set dummy ranlib; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:997: checking for $ac_word" >&5
|
echo "configure:999: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -1094,15 +1096,34 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
|
|||||||
# Transform confdefs.h into DEFS.
|
# Transform confdefs.h into DEFS.
|
||||||
# Protect against shell expansion while executing Makefile rules.
|
# Protect against shell expansion while executing Makefile rules.
|
||||||
# Protect against Makefile macro expansion.
|
# Protect against Makefile macro expansion.
|
||||||
cat > conftest.defs <<\EOF
|
#
|
||||||
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
|
# If the first sed substitution is executed (which looks for macros that
|
||||||
s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
|
# take arguments), then we branch to the quote section. Otherwise,
|
||||||
s%\[%\\&%g
|
# look for a macro that doesn't take arguments.
|
||||||
s%\]%\\&%g
|
cat >confdef2opt.sed <<\_ACEOF
|
||||||
s%\$%$$%g
|
t clear
|
||||||
EOF
|
: clear
|
||||||
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
|
||||||
rm -f conftest.defs
|
t quote
|
||||||
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
|
||||||
|
t quote
|
||||||
|
d
|
||||||
|
: quote
|
||||||
|
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
|
||||||
|
s,\[,\\&,g
|
||||||
|
s,\],\\&,g
|
||||||
|
s,\$,$$,g
|
||||||
|
p
|
||||||
|
_ACEOF
|
||||||
|
# We use echo to avoid assuming a particular line-breaking character.
|
||||||
|
# The extra dot is to prevent the shell from consuming trailing
|
||||||
|
# line-breaks from the sub-command output. A line-break within
|
||||||
|
# single-quotes doesn't work because, if this script is created in a
|
||||||
|
# platform that uses two characters for line-breaks (e.g., DOS), tr
|
||||||
|
# would break.
|
||||||
|
ac_LF_and_DOT=`echo; echo .`
|
||||||
|
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
|
||||||
|
rm -f confdef2opt.sed
|
||||||
|
|
||||||
|
|
||||||
# Without the "./", some shells look in PATH for config.status.
|
# Without the "./", some shells look in PATH for config.status.
|
||||||
|
@ -115,6 +115,8 @@ case "${target}" in
|
|||||||
xscale-*-elf | xscale-*-coff)
|
xscale-*-elf | xscale-*-coff)
|
||||||
configdirs="${configdirs} arm testsuite";
|
configdirs="${configdirs} arm testsuite";
|
||||||
;;
|
;;
|
||||||
|
iq2000-*-*)
|
||||||
|
configdirs="${configdirs} iq2000 testsuite";;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user