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:
authorcvs2svn <>2009-03-09 17:54:26 +0300
committercvs2svn <>2009-03-09 17:54:26 +0300
commita30b02563ccb10b33ab4514937b72cd640f27d34 (patch)
tree3c664ce5841db7d065fafdd921695ab829e07ae6 /configure.ac
parentcc4b0fd74c52c62ad42adb6d75e04535d09a6f17 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20080201
snapshot-20080201'. Sprout from arc-insight_6_8-branch 2009-03-09 14:54:21 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'arc-' Cherrypick from master 2008-01-31 10:39:43 UTC Paolo Bonzini <pbonzini@redhat.com> '2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>': ChangeLog Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/mh-ppc-darwin configure configure.ac include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/mips.h include/opcode/ChangeLog include/opcode/avr.h include/opcode/cr16.h include/opcode/mips.h include/xtensa-config.h libtool.m4 Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac39
1 files changed, 4 insertions, 35 deletions
diff --git a/configure.ac b/configure.ac
index 7c9df9357..2cd53dc7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib l
# know that we are building the simulator.
# binutils, gas and ld appear in that order because it makes sense to run
# "make check" in that particular order.
-host_tools="byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
+host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
# libgcj represents the runtime libraries only used by gcj.
libgcj="target-libffi \
@@ -575,6 +575,7 @@ case "${target}" in
unsupported_languages="$unsupported_languages fortran"
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
*-*-elf)
+ unsupported_languages="$unsupported_languages fortran"
noconfigdirs="$noconfigdirs target-boehm-gc";;
*-*-linux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
@@ -874,7 +875,7 @@ case "${target}" in
vax-*-*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
- xtensa*-*-*)
+ xtensa-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
ip2k-*-*)
@@ -1667,38 +1668,6 @@ AC_ARG_WITH([debug-prefix-map],
[DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
-# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
-# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
-# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
-# We want to ensure that TARGET libraries (which we know are built with
-# gcc) are built with "-O2 -g", so include those options when setting
-# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
-if test "x$CFLAGS_FOR_TARGET" = x; then
- CFLAGS_FOR_TARGET=$CFLAGS
- case " $CFLAGS " in
- *" -O2 "*) ;;
- *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
- esac
- case " $CFLAGS " in
- *" -g "* | *" -g3 "*) ;;
- *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
- esac
-fi
-AC_SUBST(CFLAGS_FOR_TARGET)
-
-if test "x$CXXFLAGS_FOR_TARGET" = x; then
- CXXFLAGS_FOR_TARGET=$CXXFLAGS
- case " $CXXFLAGS " in
- *" -O2 "*) ;;
- *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
- esac
- case " $CXXFLAGS " in
- *" -g "* | *" -g3 "*) ;;
- *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
- esac
-fi
-AC_SUBST(CXXFLAGS_FOR_TARGET)
-
# Handle --with-headers=XXX. If the value is not "yes", the contents of
# the named directory are copied to $(tooldir)/sys-include.
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
@@ -1826,7 +1795,7 @@ case "${target}" in
v850*-*-*)
md_exec_prefix=/usr/ccs/bin
;;
- xtensa*-*-elf*)
+ xtensa-*-elf*)
;;
*-*-beos* | \