summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>uros2007-07-031-28/+28
| | | | | | | | | | | | | | * configure.ac: Rewrite 'configure --help' strings to look nicer. * configure: Regenerate. 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Add some missing m4 quotation. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126246 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-07-02 Paolo Bonzini <bonzini@gnu.org>bonzini2007-07-021-23/+58
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126193 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-07-02 Kai Tietz <kai.tietz@onevision.com>bonzini2007-07-021-55/+433
| | | | | | | | | | | | * Makefile.def: Add windmc tool to build. * Makefile.tpl: Likewise. * configure.ac: Likewise. * Makefile.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126191 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we'redj2007-06-281-0/+3
| | | | | | | | not building newlib. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126089 138bc75d-0d04-0410-961f-82ee72b054a4
* * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for crossmrs2007-06-271-10/+10
| | | | | | | builds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126060 138bc75d-0d04-0410-961f-82ee72b054a4
* * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.mrs2007-06-261-10/+40
| | | | | | | (ACX_HAVE_GCC_FOR_TARGET): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126013 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Don't add target-libmudflap to noconfigdirs forbernds2007-06-141-1/+1
| | | | | | | | | | | bfin*-*-uclinux* targets. * configure: Regenerate. * gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125717 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/29382jakub2007-05-301-0/+6
| | | | | | | | * configure.in: Don't use -fkeep-inline-functions for GCC < 3.3.1. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125182 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert accidental commit.dj2007-03-261-3779/+2981
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123243 138bc75d-0d04-0410-961f-82ee72b054a4
* * gengtype.c: Don't include gtyp-gen.h.zack2007-03-261-2981/+3779
| | | | | | | | | | | | | | | | | | | | | | | | | | (srcdir): Declare here. (base_files, lang_dir_names): Allocate dynamically. (gt_files, num_gt_files, num_lang_dirs): New globals. (measure_input_list, read_input_line, read_input_list) (set_lang_bitmap): New functions. (get_base_file_bitmap): Rename get_lang_bitmap and drastically simplify, relying on read_input_list to set up the bitmaps. (main): Arguments are no longer unused. Check for correct number of command line arguments, set srcdir and srcdir_len, then call read_input_list, before doing anything else. No need to worry about duplicates in main loop. * configure.ac: Simplify the calculation of all_gtfiles. Put language tags in there. Don't set or substitute all_gtfiles_files_langs or all_gtfiles_files_frags. * Makefile.in: Revamp the way gengtype is invoked, now that it takes a file on its command line with a much simpler format. Remove or replace with gtyp-input.list all references to gtyp-gen.h. (GTFILES): Remove duplicates and C source files. * c-config-lang.in, cp/config-lang.in, objc/config-lang.in * objcp/config-lang.in: Add c-pragma.h to gtfiles. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123234 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quotingrsandifo2007-03-211-1/+1
| | | | | | | | of glob. Quote arguments with single quotes too. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123117 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Regenerate.schwab2007-03-071-64/+97
| | | | | | | | | config/: * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside AC_MSG_RESULT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122659 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Add "--with-pdfdir" configure option,brooks2007-03-021-1/+12
| | | | | | | | | | | | | | | which defines pdfdir variable. * Makefile.def (target=fixincludes): Add install-pdf to missing targets. (recursive_targets): Add install-pdf target. (flags_to_pass): Add pdfdir. * Makefile.tpl: Add pdfdir handling, add do-install-pdf target. * configure: Regenerate * Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122467 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Regenerate.kraai2007-02-281-2/+4
| | | | | | | * configure.ac: Move statements after variable declarations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122397 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Adjust for loop syntax.jsm282007-02-191-1/+2
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122132 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog:aoliva2007-02-181-26/+1419
| | | | | | | | | | | | | * configure: Rebuilt. config/ChangeLog: * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as precious. Prefer it over a cached value. Use cached value verbosely. (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override environment variable with build-time tools. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122108 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Drop multiple occurrences of --enable-languages,aoliva2007-02-181-1/+1
| | | | | | | | and fix its quoting. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122107 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-17 Mark Mitchell <mark@codesourcery.com>jsm282007-02-171-8/+18
| | | | | | | | | | | | Nathan Sidwell <nathan@codesourcery.com> Vladimir Prus <vladimir@codesourcery.com Joseph Myers <joseph@codesourcery.com> * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122073 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac (target_libraries): Move libgcc before libiberty.drow2007-02-131-2/+2
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121893 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/30753drow2007-02-131-94/+437
| | | | | | | | | * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121882 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/30748drow2007-02-091-1/+2
| | | | | | | | * configure.ac: Correct syntax for Solaris ksh. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121778 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-09 Paolo Bonzini <bonzini@gnu.org>bonzini2007-02-091-10/+16
| | | | | | | | * configure.ac: Sync with src. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121762 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (build_alias, host_alias, target_alias): Usedrow2007-02-091-2728/+5578
| | | | | | | | | | | | | | | | | | | | | noncanonical equivalents. * configure.in: Rename to... * configure.ac: ...this. Update AC_PREREQ. Prevent error for AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and target_noncanonical. Use them. Rewrite removal of configure arguments for autoconf 2.59. Discard variable settings. Force program_transform_name for native tools. * Makefile.in: Regenerated. * configure: Regenerated with autoconf 2.59. * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac. * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG with an empty path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121751 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-23 Richard Guenther <rguenther@suse.de>rguenth2007-01-231-126/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR bootstrap/30541 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE. * Makefile.tpl (GNATBIND): Substitute it. (GNATMAKE): Likewise. (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead of STAGE_PREFIX. * Makefile.in: Regenerate. * configure: Regenerate. config/ * acx.m4 (ACX_PROG_GNAT): Check for gnatmake. libada/ * Makefile.in (STAGE_PREFIX): Do not define. (FLAGS_TO_PASS): Do not pass STAGE_PREFIX. gnattools/ * Makefile.in (STAGE_PREFIX): Do not define. ada/ * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE). (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX. (gnatboot3): Likewise. (GNATBIND): Do not define. * Makefile.in (GNATBIND): Do not define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121082 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Re-enable -Werror for gcc builds.mrs2007-01-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120947 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-11 Paolo Bonzini <bonzini@gnu.org>bonzini2007-01-111-1/+1
| | | | | | | | * configure.in: Change == to = in test command. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120674 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-11 Paolo Bonzini <bonzini@gnu.org>bonzini2007-01-111-162/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | Nick Clifton <nickc@redhat.com> Kaveh R. Ghazi <ghazi@caip.rutgets.edu> * configure.in (build_configargs, host_configargs, target_configargs): Remove build/host/target parameters. (host_libs): Add gmp and mpfr. (GMP tests): Reorganize to allow in-tree GMP/MPFR. * Makefile.def (gmp, mpfr): New. (gcc): Remove makefile target. * Makefile.tpl (build_os, build_vendor, host_os, host_vendor, target_os, target_vendor): New. (configure): Add host_alias/target_alias arguments. Adjust invocations. * configure: Regenerate. * Makefile.in: Regenerate. 2007-01-11 Matt Fago <fago@earthlink.net> * configure.in: Try to link to functions only in mpfr 2.2.x to improve robustness of configure tests. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120671 138bc75d-0d04-0410-961f-82ee72b054a4
* Regenerate configure after updating configure.innickc2007-01-091-137/+146
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120610 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (all-target): Correct @if conditional for targetdrow2007-01-051-117/+121
| | | | | | | | | modules. * configure.in: Omit libiberty if building only target libgcc. * configure, Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120494 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-04 Paolo Bonzini <bonzini@gnu.org>bonzini2007-01-041-1/+4
| | | | | | | | | * configure.in: Use DEV-PHASE to detect the default for --enable-werror. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120432 138bc75d-0d04-0410-961f-82ee72b054a4
* ./drow2007-01-041-137/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.def (target_modules): Add libgcc. (lang_env_dependencies): Remove default items. Use no_c and no_gcc. * Makefile.tpl (clean-target-libgcc): Delete. (configure-target-[+module+]): Emit --disable-bootstrap dependencies on gcc even for bootstrapped modules. Rewrite handling of lang_env_dependencies to loop over target_modules. * configure.in (target_libraries): Add target-libgcc. * Makefile.in, configure: Regenerated. gcc/ * config.gcc: Mention libgcc/config.host. * Makefile.in: Update comments mentioning libgcc. (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete. (all.cross, start.encap, rest.encap, rest.cross): Update dependencies for libgcc move. (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib) (clean-target, clean-target-libgcc): Delete. (srcdirify, GCC_EXTRA_PARTS): New macros. (libgcc-support, libgcc.mvars): New rules. (distclean): Remove mention of mklibgcc. (install): Don't reference INSTALL_LIBGCC. (install-common): Don't reference EXTRA_PARTS. (install-libgcc, install-multilib): Delete rules. * mklibgcc.in: Delete file. * doc/configfiles.texi: Don't mention mklibgcc. * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc). * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise. * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise. * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES) (mklibgcc, ldblspecs): Likewise. * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def) (posixpre.def): Use $(T). (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP) (SHLIB_SRC, SHLIB_INSTALL): Delete. (SHLIB_LINK): Make dummy. * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK. * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear. * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS. * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30, config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos, config/rs6000/t-newas, config/sparc/t-elf: Likewise. * configure.ac (all_outputs): Remove mklibgcc. * configure: Regenerated. libgcc/ * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64, config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128, config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64, config/sparc/t-crtfm, config/t-slibgcc-darwin, config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk, shared-object.mk, siditi-object.mk, static-object.mk: New files. * configure: Generated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120429 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-29 Paolo Bonzini <bonzini@gnu.org>bonzini2006-12-291-178/+228
| | | | | | | | | | | * configure.in: Reorganize recognition of languages. Add --enable-stage1-languages. Show supported languages for the chosen target rather than all recognized languages. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120271 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Warn that MPFR 2.2.0 is buggy.ghazi2006-12-291-145/+149
| | | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120262 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: When removing Makefiles to force a reconfigure, alsoian2006-12-271-10/+29
| | | | | | | | remove prev-DIR*/Makefile. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120226 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Regenerate with correct autoconf version.schwab2006-12-221-5360/+2617
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120146 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>megacz2006-12-221-2617/+5376
| | | | | | | | | * configure.in: add AC_SUBST for *_FOR_TARGET. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120142 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-19 Paolo Bonzini <bonzini@gnu.org>bonzini2006-12-191-10/+3
| | | | | | | | | | | * configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and could be tested on "$host" as well. * configure: Regenerate. * config/mh-ppc-darwin: Add to the stage1 cflags here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120049 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-19 Paolo Bonzini <bonzini@gnu.org>bonzini2006-12-191-141/+160
| | | | | | | | | | | | | | | | | | | | | | PR bootstrap/29544 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING. (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags, move here comment from Makefile.tpl. * Makefile.tpl: Move some definitions higher in the file. (STAGE1_CHECKING): New. * configure.in: Add --enable-stage1-checking. * configure: Regenerate. * Makefile.in: Regenerate. gcc: 2006-12-19 Paolo Bonzini <bonzini@gnu.org> * gcc/Makefile.in (STAGE1_CHECKING): Rename to... (STAGE1_CHECKING_CFLAGS): ... this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120048 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Handle spu makefile frag.amodra2006-12-111-115/+118
| | | | | | | | | | | | * config/mt-spu: New file. * Makefile.tpl (MAINT): Define (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119729 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (spu-*-*): Don't skip target-libiberty.bje2006-12-111-1/+1
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119726 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>andreast2006-12-101-136/+141
| | | | | | | | | | PR bootstrap/30134 * configure.in: Correct x86 darwin support for libjava to powerpc and i?86 only. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119708 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add x86 darwin support for libjava.mrs2006-12-091-141/+136
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119678 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Update error message for missing GMP/MPFR.ghazi2006-12-031-116/+119
| | | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119465 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Update MPFR version in error message.ghazi2006-12-021-1/+1
| | | | | | | | | | | | | | | * configure: Regenerate. gcc: * doc/install.texi: Update recommended MPFR version. Remove obsolete reference to cumulative patch. gcc/testsuite: * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119447 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.ghazi2006-11-261-172/+201
| | | | | | | | | | | | | | | | | | (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include, --with-gmp-lib): New flags. * configure: Regenerate. gcc: * doc/install.texi: Move GMP/MPFR configure options from Fortran section to general section. Remove documentation for --with-mpfr-dir and --with-gmp-dir, add documentation for --with-mpfr-include, --with-mpfr-lib, --with-gmp-include and --with-gmp-lib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119232 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (skipdirs): Don't build libssp for SPU.bje2006-11-211-136/+136
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119070 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLogtsmigiel2006-11-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (skipdirs) : Don't build target-libiberty for SPU. * configure : Rebuilt. gcc/ChangeLog * config.gcc : Add target for SPU. * config/spu/constraints.md : New file. * config/spu/crt0.c : New file. * config/spu/crtend.c : New file. * config/spu/crti.asm : New file. * config/spu/crtn.asm : New file. * config/spu/float_unsdidf.c : New file. * config/spu/float_unssidf.c : New file. * config/spu/predicates.md : New file. * config/spu/spu-builtins.def : New file. * config/spu/spu-builtins.h : New file. * config/spu/spu-builtins.md : New file. * config/spu/spu-c.c : New file. * config/spu/spu-elf.h : New file. * config/spu/spu-modes.def : New file. * config/spu/spu-protos.h : New file. * config/spu/spu.c : New file. * config/spu/spu.h : New file. * config/spu/spu.md : New file. * config/spu/spu.opt : New file. * config/spu/spu_internals.h : New file. * config/spu/spu_intrinsics.h : New file. * config/spu/spu_mfcio.h : New file. * config/spu/t-spu-elf : New file. * config/spu/vec_types.h : New file. * config/spu/vmx2spu.h : New file. * doc/contrib.texi : Document SPU contributor. * doc/extend.texi : Document SPU extensions. * doc/invoke.texi : Document SPU options. * doc/md.texi : Document SPU constraints. libcpp/ChangeLog * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU. * configure : Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119041 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (--with-mpfr-dir): Also look in .libs and _libs forghazi2006-11-181-122/+128
| | | | | | | | | libmpfr.a. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118972 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove target-libgloss from noconfigdirs forjiez2006-11-141-1/+1
| | | | | | | | bfin-*-*. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118794 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (have_gmp): Only error if the gcc directory exists.ghazi2006-11-111-1/+1
| | | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118699 138bc75d-0d04-0410-961f-82ee72b054a4