summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * 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-41/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* * configure.in: Add support for an x86_64-mingw* target.nickc2007-01-081-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120585 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (all-target): Correct @if conditional for targetdrow2007-01-051-2/+6
| | | | | | | | | 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-2/+5
| | | | | | | | | * 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-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-35/+80
| | | | | | | | | | | * 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-2/+10
| | | | | | | | * 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-1/+1
| | | | | | | | remove prev-DIR*/Makefile. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120226 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-12-19 Paolo Bonzini <bonzini@gnu.org>bonzini2006-12-191-7/+0
| | | | | | | | | | | * 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-0/+12
| | | | | | | | | | | | | | | | | | | | | | 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-0/+3
| | | | | | | | | | | | * 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-1/+6
| | | | | | | | | | 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-6/+1
| | | | | | | * 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-1/+4
| | | | | | | | * 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-30/+33
| | | | | | | | | | | | | | | | | | (--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-1/+1
| | | | | | | * 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-1/+7
| | | | | | | | | 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@118793 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
* * configure.in: Robustify error message for missing GMP/MPFR.ghazi2006-11-071-1/+5
| | | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118568 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't checkghazi2006-10-211-22/+9
| | | | | | | | | | | | | | | | | | | | need_gmp anymore. * configure: Regenerate. gcc: * Makefile.in (LIBS): Add $(GMPLIBS). * doc/install.texi: Update GMP and MPFR requirements. * doc/sourcebuild.texi (need_gmp): Delete. gcc/fortran: * Make-lang.in (F95_LIBS): Delete. * f951$(exeext): Use $(LIBS) instead of $(F95_LIBS). * config-lang.in (need_gmp): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117933 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0 kargl2006-09-271-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or newer. * configure: Regenerated. * doc/install.texi: Document required versions of GMP and MPFR. * fortran/arith.c: Conditionally include arctangent2(). (gfc_check_real_range): Use mpfr_subnormalize in preference to local hack. * fortran/trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append l for long double functions. * fortran/simplify.c: Wrap Copyright to new line. (gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2(). (gfc_simplify_log): Ditto. PR fortran/28276 * fortran/simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in preference to broken local hack. PR fortran/27021 * fortran/simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and mpfr_subnormalize to handle numbers near zero in preference to broken local hack. PR fortran/28276 * testsuite/gfortran.dg/exponent_1.f90: New test. PR fortran/27021 * testsuite/gfortran.dg/nearest_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117257 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-09-27 Dave Brolley <brolley@redhat.com>dj2006-09-271-1/+1
| | | | | | | | | * configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117256 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewiseths2006-09-261-7/+1
| | | | | | | | for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117230 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-08-30 Corinna Vinschen <corinna@vinschen.de>dj2006-08-301-5/+10
| | | | | | | | | | | | | * configure.in: Never build newlib for a Mingw host. Never build newlib as Mingw target library. Test the existence of winsup/cygwin for building a Cygwin newlib, rather than just winsup. Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if building a Mingw target. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116587 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.drow2006-07-231-14/+0
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115684 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/18058ebotcazou2006-07-041-0/+15
| | | | | | | | | | | | | | | * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1 if the bootstrap compiler is a GCC version that supports it. * configure: Regenerate. gcc/ * Makefile.in (BUILD_RTL): Add build/vec.o. (build/gencondmd.o): Filter out -fkeep-inline-functions. (build/genextract): Delete. (build/genautomata): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115172 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-07-03 Paolo Bonzini <bonzini@gnu.org>bonzini2006-07-031-1/+1
| | | | | | | | | * configure.in: Fix thinkos in previous check-in. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115147 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-07-03 Paolo Bonzini <bonzini@gnu.org>bonzini2006-07-031-1/+1
| | | | | | | | | | | | | | | * configure.in: Fix thinko in previous check-in. * configure: Regenerate. gcc: 2006-07-03 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Fix thinko in previous check-in. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115146 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-07-03 Paolo Bonzini <bonzini@gnu.org>bonzini2006-07-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR other/27063 * configure.in: Test subdir_requires and give an appropriate error message. * configure: Regenerate gcc: 2006-07-03 Paolo Bonzini <bonzini@gnu.org> PR other/27063 * configure.ac (for lang...): Simplify nesting of conditionals. Test subdir_requires for non-enabled languages. Move processing of lang_opt_files and lang_tree_fiels below that test. * configure: Regenerate. * doc/sourcebuild.texi (Front End Config): Document subdir_requires. gcc/objcp: 2006-07-03 Paolo Bonzini <bonzini@gnu.org> PR other/27063 * config-lang.in: Add subdir_requires. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115145 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-06-20 David Ayers <d.ayers@inode.at>ayers2006-06-201-11/+6
| | | | | | | | | | | | PR bootstrap/28072 * configure.in: Add target-boehm-gc to noconfigdirs depending on whether target-libjava is being configured instead of whether the java front end is enabled. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114808 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/27540ro2006-06-161-1/+1
| | | | | | | | * configure.in: Only enable libgomp on IRIX 6. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114726 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Don't enable libgomp on hpux10.danglin2006-06-131-1/+1
| | | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114599 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-06-12 David Ayers <d.ayers@inode.at>ayers2006-06-121-87/+87
| | | | | | | | | | | | PR bootstrap/27963 PR target/19970 * configure.in: Remove target-boehm-gc from noconfigdirs where ${libgcj} is specified. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114563 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>carlos2006-06-061-20/+20
| | | | | | | | | | | | | | | | | | Sync from src: * configure.in: Sync. * configure: Regenerated. 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.def: Added dependencies from sim and gdb on intl, and added configure dependencies to everything with an all dependency on intl. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114444 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-06-06 David Ayers <d.ayers@inode.at>ayers2006-06-061-88/+116
| | | | | | | | | | | | | | | | | | | PR libobjc/13946 * Makefile.def: Add dependencies for libobjc which boehm-gc. * Makefile.in: Regenerate. * configure.in: Add --enable-objc-gc at toplevel and have it enable boehm-gc for Objective-C. Remove target-boehm-gc from libgcj. Add target-boehm-gc to target_libraries. Add target-boehm-gc to noconfigdirs where ${libgcj} is specified. Assert that boehm-gc is supported when requested for Objective-C. Only build boehm-gc if needed either for Java or Objective-C. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114435 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>carlos2006-05-241-0/+20
| | | | | | | | | | | | | | * Makefile.def: Add install-html target. Add datarootdir docdir and htmldir to flags_to_pass. * Makefile.tpl: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114048 138bc75d-0d04-0410-961f-82ee72b054a4
* Enable gprof for cross builds (mirror of patch to binutils src/)shinwell2006-05-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114041 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-05-22 Richard Guenther <rguenther@suse.de>rguenth2006-05-221-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert 2006-01-31 Richard Guenther <rguenther@suse.de> Paolo Bonzini <bonzini@gnu.org> * Makefile.def (target_modules): Add libgcc-math target module. * configure.in (target_libraries): Add libgcc-math target * library. (--enable-libgcc-math): New configure switch. * Makefile.in: Re-generate. * configure: Re-generate. * libgcc-math: New toplevel directory. * doc/install.texi (--disable-libgcc-math): Document. libgcc-math/ * configure.ac: New file. * Makefile.am: Likewise. * configure: New generated file. * Makefile.in: Likewise. * aclocal.m4: Likewise. * libtool-version: New file. * include/ieee754.h: New file. * include/libc-symbols.h: Likewise. * include/math_private.h: Likewise. * i386/Makefile.am: New file. * i386/Makefile.in: New generated file. * i386/sse2.h: New file. * i386/endian.h: Likewise. * i386/sse2.map: Linker script for SSE2 ABI math intrinsics. * flt-32/: Import from glibc. * dbl-64/: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113980 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>andreast2006-05-201-0/+3
| | | | | | | | | | Andreas Tobler <a.tobler@schweiz.ch> * configure.in: Enable libgcj for hppa*-hp-hpux11*. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113938 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Restore CFLAGS if GM P isn't present.dj2006-05-021-1/+1
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113444 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (m32c): Build libstdc++-v3. Pass flags todj2006-04-191-3/+14
| | | | | | | | | reference libgloss so that libssp can be built in a combined tree. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113066 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Require makeinfo 4.4 or higher.bje2006-04-051-2/+2
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112691 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Handle --disable-<component> generically.aldyh2006-03-101-25/+14
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111941 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (BUILD_CONFIGDIRS): Removeespindola2006-02-211-1/+1
| | | | | | | | | | (TARGET_CONFIGDIRS): Remove * configure.in: Remove AC_SUBST(target_configdirs) * Makefile.in, configure: Regenerated git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111334 138bc75d-0d04-0410-961f-82ee72b054a4