aboutsummaryrefslogtreecommitdiff
path: root/config-ml.in
AgeCommit message (Collapse)AuthorFilesLines
2001-03-21* config-ml.in: Handle GCJ and GCJFLAGS.Tom Tromey1-1/+15
From-SVN: r40721
2001-02-20configure.in (target_libs): Remove libg++.Benjamin Kosnik1-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
2000-12-09Makefile.in: handle DOS-style absolute paths.Laurynas Biveinis1-2/+2
* Makefile.in: handle DOS-style absolute paths. * config-ml.in: likewise. * symlink-tree: likewise. From-SVN: r38154
2000-08-22config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva1-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
2000-08-12config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta.Alexandre Oliva1-1/+1
* config-ml.in (CC): Remove bogus duplicate quotation mark from previous delta. From-SVN: r35658
2000-08-11* config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva1-6/+6
From-SVN: r35635
2000-08-03config-ml.in: Adjust multilib search paths to the appropriate multilib tree.Alexandre Oliva1-1/+34
* config-ml.in: Adjust multilib search paths to the appropriate multilib tree. From-SVN: r35459
2000-07-24configure.in: Use the same cache file for all target libs.Alexandre Oliva1-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
2000-07-22merge with /cvs/srcJason Merrill1-5/+29
From-SVN: r35188
1999-11-23config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary ↵Rainer Orth1-0/+24
libraries are missing. * config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary libraries are missing. From-SVN: r30632
1999-10-21Allos suppression of some ARM multilibsNick Clifton1-0/+69
From-SVN: r30119
1999-08-25config-ml.in: Pass compiler flag corresponding to multidirs to subdir ↵Rainer Orth1-1/+12
configures. * config-ml.in: Pass compiler flag corresponding to multidirs to subdir configures. From-SVN: r28842
1999-04-11config-ml.in: On mips*-*-*...Alexandre Oliva1-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
1998-10-08config-ml.in: Default to being verbose, to match Feb 18 change to configure.Ian Lance Taylor1-0/+4
* config-ml.in: Default to being verbose, to match Feb 18 change to configure. From-SVN: r22948
1998-03-17config-ml.in: After building symlink tree call make distclean if...Manfred Hollstein1-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
1998-01-13config-ml.in (multi-do): LDFLAGS must include multilib designator.Lee Iverson1-0/+1
* config-ml.in (multi-do): LDFLAGS must include multilib designator. From-SVN: r17341
1997-08-21Initial revisionJason Merrill1-0/+612
From-SVN: r14877