summaryrefslogtreecommitdiffstats
path: root/gcc/config.gcc
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove support for using UWIN as a host machine.mmitchel2001-01-091-2/+0
| | | | | | | | | | * configure.in: Issue an error message. * configure: Regenerated. * config.gcc: Remove xm_* UWIN configury. * config/i386/xm-uwin.h: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38818 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (sparc64-wrs-vxworks*): New case.kenner2001-01-021-1/+6
| | | | | | | * config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38609 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (sparc-*-elf): Include sparc/sol2.h.kenner2001-01-011-4/+4
| | | | | | | | | | | (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h. (sparclite-*-elf*, sparc86x-*-elf*): Likewise. * config/sparc/elf.h: No longer include sol2.h. * config/sparc/lifeelf.h: No longer include sparc/elf.h. * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38587 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.jsm282000-12-181-1/+1
| | | | | | | | | | | | | | | * tm.texi (EXIT_BODY): Update documentation. * config/freebsd.h, config/netware.h, config/arm/coff.h, config/arm/conix-elf.h, config/arm/unknown-elf.h, config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h, sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some commented out) and associated comments. f: * com.c [VMS]: Remove definition of BSTRING. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38370 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (cygwin, win32, mingw32): Use float-i386.h.dj2000-12-141-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38240 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,law2000-12-071-0/+82
| | | | | | | | | | h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets. * config.gcc (*-rtems*): Add support for gthr-rtems.h. * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h, config/mips/rtems.h: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38094 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Reorganize handling of *-*-gnu*, to share targetlaw2000-12-071-18/+18
| | | | | | | | specific make details with Linux. Update comments to clarify the distinction between GNU/Linux and GNU/Hurd. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38093 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-01 Rodney Brown <RodneyBrown@mynd.com>robertl2000-12-041-1/+1
| | | | | | | * config.gcc: Fix typo for UnixWare 7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38010 138bc75d-0d04-0410-961f-82ee72b054a4
* Add support for XScale targetnickc2000-12-041-0/+40
| | | | | | | Add support for StrongARM target git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37984 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Kill residual pyramid support.rth2000-11-281-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37827 138bc75d-0d04-0410-961f-82ee72b054a4
* Use target specific, language specific object files feature to allow buildnickc2000-11-251-0/+4
| | | | | | | v850 pragma support into gcc and gxx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37727 138bc75d-0d04-0410-961f-82ee72b054a4
* Add support for target specific, language specific object files.nickc2000-11-251-3/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37726 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:zack2000-11-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.in, config.gcc, configure.in: Expunge remaining traces of facility for running MD files through C preprocessor. libiberty: * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in. (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it. * libiberty.h: Move #includes to top. Prototype xmalloc_failed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37650 138bc75d-0d04-0410-961f-82ee72b054a4
* Allow ARM configurations with --with-cpu=arm9 or --with-cpu=arm9tdmi ornickc2000-11-211-2/+2
| | | | | | | --with-cpu=strongarm110 or --with-cpu=strongarm1100 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37625 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/xm-darwin.h: New file, Darwin host definitions.shebs2000-11-211-0/+4
| | | | | | | | | | * config/rs6000/x-darwin: New file, Darwin host fragment. * config.gcc (powerpc-*-darwin*): New host. * system.h (HAVE_DESIGNATED_INITIALIZERS): Allow this to be overridden by a config file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37601 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Fix another typo.jsm282000-11-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37577 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".jsm282000-11-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37573 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (config.status): Depend on config.gcc.hp2000-11-171-0/+3410
* configure.in <for machine in $build $host $target>: Move contents of loop into config.gcc, removing autoconf quoting. Fix changequote bug for alpha*-*-vxworks*. * configure: Regenerate. * config.gcc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37519 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud