summaryrefslogtreecommitdiff
path: root/config-ml.in
Commit message (Collapse)AuthorAgeFilesLines
* COPYING, [...]: Sync from upstream sources.Kelley Cook2005-07-141-2/+2
| | | | | | | | | | 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> * COPYING, compile, config-ml.in, config.guess, config.sub, install-sh, missing, mkinstalldirs, symlink-tree, ylwrap: Sync from upstream sources. From-SVN: r102001
* re PR bootstrap/18033 (--disable-aix64 doesn't remove ppc64 from multilib list)David Edelsohn2005-01-121-0/+5
| | | | | | | PR bootstrap/18033 * config-ml.in: Eval option if surrounded by single quotes. From-SVN: r93244
* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN like CC.David Edelsohn2004-11-071-1/+15
| | | | | | | * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN like CC. From-SVN: r90246
* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC.Andreas Jaeger2004-05-301-2/+17
| | | | | | | | | * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC. Co-Authored-By: James E Wilson <wilson@specifixinc.com> From-SVN: r82465
* * config-ml.in: Don't mess with the cache file.Nathanael Nerode2004-01-051-1/+1
| | | | From-SVN: r75406
* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.Rainer Orth2003-10-171-0/+1
| | | | | | | | | * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. libobjc: * Makefile.in (runtime-info.h): Use MULTIFLAGS. From-SVN: r72598
* * config-ml.in, symlink-tree: Add license.Alexandre Duret-Lutz2003-08-141-1/+27
| | | | From-SVN: r70454
* config-ml.in: Use ac_configure_args directly instead of ml_arguments.Phil Edwards2003-07-291-4/+3
| | | | | | | | | | 2003-07-29 Phil Edwards <pme@gcc.gnu.org> * config-ml.in: Use ac_configure_args directly instead of ml_arguments. Only set ml_norecursion if --no[-]recursion is actually seen. From-SVN: r69934
* Makefile.tpl: Replace PWD with PWD_COMMAND.H.J. Lu2003-07-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.tpl: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. gcc/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * config-ml.in: Replace PWD with PWD_COMMAND. * Makefile.in: Likewise. gcc/ada/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. * Makefile.adalib: Likewise. * Makefile.in: Likewise. gcc/treelang/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. libf2c/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Replace PWD with PWD_COMMAND. libstdc++-v3/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. * docs/html/Makefile: Likewise. From-SVN: r68931
* config-ml.in: Propagate INSTALL variables.Eric Botcazou2003-05-061-0/+4
| | | | | | | | 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr> * config-ml.in: Propagate INSTALL variables. From-SVN: r66534
* config-ml.in: Remove support for --disable-aix removing call-aix multilibs.Nick Clifton2003-04-131-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete support for -mcall-aix switch. config/rs6000/eabiaix.h: Delete. config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC. (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG, RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC. config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise. config/rs6000/rs6000.c (print_operand, rs6000_stack_info, debug_stack_info, output_function_profiler, rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise. config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv, call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv, call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv, sibcall_nonlocal_sysv, sibcall_value_local64): Likewise. config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix multilibs. (MULTILIB_DIRNAMES): Remove mcall-aix directories. (MULTILIB_EXCEPTIONS): Delete. (MULTILIB_MATCHES): Remove mcall-aix matches. doc/fragments.texi: Replace -mcall-aix example with an ARM one. doc/install.texi: Delete powerpc-*-eabiaix target. doc/invoke.texi: Remove documentation of mcall-aix switch. doc/tm.texi: Remove mcall-aix from example CPP_SPEC. config.gcc: Delete powerpc-*-eabiaix target. From-SVN: r65546
* config-ml.in doesn't need to worry about cygnus configureNathanael Nerode2002-07-011-20/+4
| | | | From-SVN: r55149
* * config-ml.in: Propogate DESTDIR also.Olaf Hering2002-05-311-0/+1
| | | | From-SVN: r54114
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-161-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. From-SVN: r53523
* * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.Rainer Orth2002-05-081-1/+1
| | | | From-SVN: r53297
* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread multilibs ↵David Edelsohn2001-06-121-0/+22
| | | | | | | | | to be disabled. * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread multilibs to be disabled. From-SVN: r43294
* * config-ml.in: Handle GCJ and GCJFLAGS.Tom Tromey2001-03-211-1/+15
| | | | From-SVN: r40721
* configure.in (target_libs): Remove libg++.Benjamin Kosnik2001-02-201-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * configure.in (target_libs): Remove libg++. (noconfigdirs): Remove libg++. (noconfigdirs): Same. (noconfigdirs): Same. (noconfigdirs): Same. * config-ml.in: Remove libg++ references. * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. (ALL_TARGET_MODULES): Same. (configure-target-libg++): Remove. (all-target-libg++): Remove. (configure-target-libio): Remove. (all-target-libio): Remove. (check-target-libio): Remove. (.PHONY): Remove. (libg++.tar.bz2): Remove. (all-target-cygmon): Remove libio. (all-target-libstdc++): Remove. (configure-target-libstdc++): Remove. (TARGET_LIB_PATH): Remove libstdc++. (ALL_GCC_CXX): Remove libstdc++. From-SVN: r39911
* Makefile.in: handle DOS-style absolute paths.Laurynas Biveinis2000-12-091-2/+2
| | | | | | | | * Makefile.in: handle DOS-style absolute paths. * config-ml.in: likewise. * symlink-tree: likewise. From-SVN: r38154
* config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva2000-08-221-3/+36
| | | | | | | | * config-ml.in (CC, CXX): Avoid trailing whitespace. (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures. From-SVN: r35864
* config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta.Alexandre Oliva2000-08-121-1/+1
| | | | | | | * config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta. From-SVN: r35658
* * config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva2000-08-111-6/+6
| | | | From-SVN: r35635
* config-ml.in: Adjust multilib search paths to the appropriate multilib tree.Alexandre Oliva2000-08-031-1/+34
| | | | | | | * config-ml.in: Adjust multilib search paths to the appropriate multilib tree. From-SVN: r35459
* configure.in: Use the same cache file for all target libs.Alexandre Oliva2000-07-241-1/+1
| | | | | | | * configure.in: Use the same cache file for all target libs. * config-ml.in: But different cache files per multilib variant. From-SVN: r35219
* merge with /cvs/srcJason Merrill2000-07-221-5/+29
| | | | From-SVN: r35188
* config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary ↵Rainer Orth1999-11-231-0/+24
| | | | | | | | | libraries are missing. * config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary libraries are missing. From-SVN: r30632
* Allos suppression of some ARM multilibsNick Clifton1999-10-211-0/+69
| | | | From-SVN: r30119
* config-ml.in: Pass compiler flag corresponding to multidirs to subdir ↵Rainer Orth1999-08-251-1/+12
| | | | | | | | | configures. * config-ml.in: Pass compiler flag corresponding to multidirs to subdir configures. From-SVN: r28842
* config-ml.in: On mips*-*-*...Alexandre Oliva1999-04-111-0/+22
| | | | | | | | * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to link a trivial program with -mabi=64. If it fails, remove mabi=64 from multidirs. From-SVN: r26355
* config-ml.in: Default to being verbose, to match Feb 18 change to configure.Ian Lance Taylor1998-10-081-0/+4
| | | | | | | * config-ml.in: Default to being verbose, to match Feb 18 change to configure. From-SVN: r22948
* config-ml.in: After building symlink tree call make distclean if...Manfred Hollstein1998-03-171-0/+7
| | | | | | | | | | � * config-ml.in: After building symlink tree call make distclean if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens to be the case for libiberty. * Makefile.in (clean, distclean): Add 'info' explicitly. From-SVN: r18643
* config-ml.in (multi-do): LDFLAGS must include multilib designator.Lee Iverson1998-01-131-0/+1
| | | | | | | * config-ml.in (multi-do): LDFLAGS must include multilib designator. From-SVN: r17341
* Initial revisionJason Merrill1997-08-211-0/+612
From-SVN: r14877