summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* * mh-openedition: New file.rth1999-09-082-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29186 138bc75d-0d04-0410-961f-82ee72b054a4
* Resynclaw1999-04-073-23/+15
| | | | | | | | * mh-windows disappears * Build more stuff on cygwin. Use default CFLAGS/CXXFLAGS git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26237 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mh-go32: Delete.law1999-03-171-0/+0
| | | | | | | | | * config/mh-djgpp: New. Renamed from mh-go32. * configure.in (pc-msdosdjgpp): Set host_makefile_frag to config/mh-djgpp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25834 138bc75d-0d04-0410-961f-82ee72b054a4
* * mh-armpic: New file. Patch from Jim Pick <jim@jimpick.com>.law1999-02-023-0/+7
| | | | | | | * mt-armpic: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24988 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.guess: Add support for i386-pc-interix.law1999-01-301-0/+14
| | | | | | | | | * config.sub: Likewise. * configure.in: Likewise. * config/mh-interix: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24913 138bc75d-0d04-0410-961f-82ee72b054a4
* Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>law1998-11-112-0/+5
| | | | | | | | * mh-cygwin32: delete * mh-cygwin: was mh-cygwin32 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23602 138bc75d-0d04-0410-961f-82ee72b054a4
* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.dje1998-08-312-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22138 138bc75d-0d04-0410-961f-82ee72b054a4
* Add and use mh-aix43 to set AR_FOR_TARGET.dje1998-08-292-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22077 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-08-091-1/+1
| | | | | | | * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21648 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-08-091-0/+4
| | | | | | | * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21647 138bc75d-0d04-0410-961f-82ee72b054a4
* Sat Apr 11 22:43:17 1998 J. Kean Johnston <jkj@sco.com>law1998-05-113-11/+20
| | | | | | | | | | * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5. Thu Mar 26 01:54:25 1998 Geoffrey Noer <noer@cygnus.com> * mh-cygwin32: stop configuring and building dosrel. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19685 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixup --enable-target-optspacemeissner1998-04-281-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19464 138bc75d-0d04-0410-961f-82ee72b054a4
* Add mt-ospacemeissner1998-04-281-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19463 138bc75d-0d04-0410-961f-82ee72b054a4
* * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.schwab1998-04-222-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19370 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG andlaw1998-02-062-2/+2
| | | | | | | | | | | | | | PICFLAG_FOR_TARGET. (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET. * configure: Emit a definition for the new macro enable_shared into each Makefile. * config/mh-sparcpic (PICFLAG): Define to properly according to current multilib configuration. * config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly according to current multilib configuration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17680 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.sub: Add mingw32 support.law1998-01-041-0/+12
| | | | | | | | * configure.in: Likewise. * config/mh-mingw32: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17291 138bc75d-0d04-0410-961f-82ee72b054a4
* More stuff from Uli.law1997-09-161-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15487 138bc75d-0d04-0410-961f-82ee72b054a4
* Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.wilson1997-09-113-0/+6
| | | | | | | | | | * Makefile.in (local-distclean): Also remove mh-frag mt-frag. * configure.in (skipdirs): Add target-librx for Linux. (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. * mh-elfalphapic, mt-elfalphapic: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15419 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-2154-0/+1134
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4