summaryrefslogtreecommitdiff
path: root/config-ml.in
Commit message (Collapse)AuthorAgeFilesLines
* * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthreaddje2001-06-131-0/+22
| | | | | | | multilibs to be disabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43294 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in: Handle GCJ and GCJFLAGS.tromey2001-03-211-1/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40721 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2001-02-201-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39911 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: handle DOS-style absolute paths.dj2000-12-091-2/+2
| | | | | | | | * config-ml.in: likewise. * symlink-tree: likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38154 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (CC, CXX): Avoid trailing whitespace.aoliva2000-08-221-3/+36
| | | | | | | | (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35864 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (CC): Remove bogus duplicate quotation mark fromaoliva2000-08-121-1/+1
| | | | | | | previous delta. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35658 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (CC, CXX): Don't introduce a leading space.aoliva2000-08-111-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35635 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in: Adjust multilib search paths to theaoliva2000-08-031-1/+34
| | | | | | | appropriate multilib tree. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35459 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use the same cache file for all target libs.aoliva2000-07-241-1/+1
| | | | | | | * config-ml.in: But different cache files per multilib variant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35219 138bc75d-0d04-0410-961f-82ee72b054a4
* merge with /cvs/srcjason2000-07-221-5/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35188 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (sparc*-*-*): Disable sparcv9 support if thelaw1999-11-231-0/+24
| | | | | | | necessary libraries are missing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30632 138bc75d-0d04-0410-961f-82ee72b054a4
* Allos suppression of some ARM multilibsnickc1999-10-211-0/+69
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30119 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in: Pass compiler flag corresponding to multidirs tolaw1999-08-251-1/+12
| | | | | | | subdir configures. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28842 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try tolaw1999-04-111-0/+22
| | | | | | | | link a trivial program with -mabi=64. If it fails, remove mabi=64 from multidirs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26355 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in: Default to being verbose, to match Feb 18 change tolaw1998-10-081-0/+4
| | | | | | | configure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22948 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18643 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (multi-do): LDFLAGS must include multiliblaw1998-01-131-0/+1
| | | | | | | designator. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17341 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-211-0/+612
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4