summaryrefslogtreecommitdiff
path: root/config-ml.in
Commit message (Collapse)AuthorAgeFilesLines
* 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