summaryrefslogtreecommitdiffstats
path: root/gcc/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler bylaw1997-12-111-0/+60
| | | | | | | default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17046 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Check for functions getrlimit and setrlimit.law1997-12-091-24/+134
| | | | | | | | * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition to RLIMIT_STACK to see if we can call getrlimit and setrlimit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17023 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge from gcc-2.8law1997-12-071-150/+1109
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Fix NCR entries.law1997-11-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16821 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.law1997-11-201-71/+83
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16593 138bc75d-0d04-0410-961f-82ee72b054a4
* * confiugre.in: Tweak NCR entries.law1997-11-131-1/+1
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16458 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix irix5 build problem resulting from FSF merge.wilson1997-11-051-63/+95
| | | | | | | | | | | * acconfig.h (HAVE_INTTYPES_H): Undef. * configure.in (inttypes.h): Check for conflicts between sys/types.h and inttypes.h, and verify that intmax_t is defined. * config/mips/x-iris (CC, OPT, OLDCC): Comment out. * config/mips/x-iris3: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16325 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (sco5): Use cpio to install header files.law1997-11-031-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16303 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened tolaw1997-11-031-10/+10
| | | | | | | | 14 char length. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16298 138bc75d-0d04-0410-961f-82ee72b054a4
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-98/+295
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16278 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.devans1997-10-301-1/+8
| | | | | | | | | | Set extra_parts. (sparc*-*-*): Recognize --with-cpu=v9. * sparc/elf.h: New file. * sparc/t-elf: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16243 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Handle --with-newlib.dje1997-10-101-0/+11
| | | | | | | | | * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@. * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15889 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4: Substitute INSTALL.law1997-10-071-0/+1
| | | | | | | * configure: Re-built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15868 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Substitute for "install" too.law1997-09-291-0/+2
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15788 138bc75d-0d04-0410-961f-82ee72b054a4
* Regenerate.dje1997-09-251-7/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15704 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (strtoul, bsearch): Have autoconf check for theselaw1997-09-191-1/+1
| | | | | | | | | functions. * configure, config.in: Rebuilt. So Fortran front end can use HAVE_STRTOUL and HAVE_BSEARCH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15560 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in, configure: Make sure to create the stage* and includebrendan1997-09-181-5/+12
| | | | | | | | | | symbolic links in each subdirectory. copy that's also now in at the FSF; only does it if $symbolic_link is defined to `ln -s' git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15543 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in, configure: Make sure to create the stage* and includebrendan1997-09-171-0/+13
| | | | | | | | | | symbolic links in each subdirectory, as we do in configure.lang for non-autoconf configurations. fixes cp 3stage problem git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15528 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4: New file with replacement for AC_PROG_INSTALL.law1997-09-161-64/+60
| | | | | | | * configure.in: Use EGCS_PROG_INSTALL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15471 138bc75d-0d04-0410-961f-82ee72b054a4
* dwarf2 EH supportjason1997-09-161-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15464 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc.math: New file to fix math.h on some systems.law1997-09-141-18/+18
| | | | | | | | | | | * configure.in (freebsd, netbsd): Use fixinc.math on these systems. * configure: Rebuilt. Should fix struct exception problems for freebsd, netbsd. Can be used for others. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15436 138bc75d-0d04-0410-961f-82ee72b054a4
* Never set prefix=/usr by default.wilson1997-09-121-71/+57
| | | | | | | | | * configure.in (native_prefix): Delete. (mips-dec-netbsd): Don't set prefix. (*linux*): Don't set prefix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15421 138bc75d-0d04-0410-961f-82ee72b054a4
* Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.wilson1997-09-121-1/+1
| | | | | | | | | | | | * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is defined. If not defined, include <sys/varargs.h> if HAVE_SYS_VARARGS_H is defined. * configure.in: Test for varargs.h and sys/varargs.h. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15420 138bc75d-0d04-0410-961f-82ee72b054a4
* Add Fred Fish's LN/LN_S patch.wilson1997-09-111-57/+101
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15415 138bc75d-0d04-0410-961f-82ee72b054a4
* Add port done awhile ago for the ARC cpu.law1997-09-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * arc/arc.h: New file. * arc/arc.c: New file. * arc/arc.md: New file. * arc/initfini.c: New file. * arc/lib1funcs.asm: New file. * arc/t-arc: New file. * arc/xm-arc.h: New file. * ginclude/va-arc.h: New file. * ginclude/stdarg.h: Include va-arc.h ifdef __arc__. * ginclude/varargs.h: Likewise. * Makefile.in (USER_H): Add va-arc.h. * configure.in (arc-*-elf*): Recognize. * longlong.h: Add ARC support. Mostly so I can test changes in snapshot scripts. * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx. when clearing non-BLKmode data. Fixes sparc problem. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15198 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (out_file): Emit definition to config.status in orderlaw1997-09-071-0/+1
| | | | | | | | to have a defined value for configure.lang. * configure: Re-built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15134 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Make symlink to as-new rather than as.new. Similarlylaw1997-09-071-3/+3
| | | | | | | | for ld-new. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15133 138bc75d-0d04-0410-961f-82ee72b054a4
* * v850: New directory for v850 port.law1997-09-051-0/+10
| | | | | | | | | | | | * v850/lib1funcs.asm: New file. * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files. * ginclude/va-v850.h: New file. * varargs.h, stdarg.h: Include va-mn10200.h. * configure.in (mn10200-*-*): New target. * Makefile.in (USER_H): Add va-mn10200.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15104 138bc75d-0d04-0410-961f-82ee72b054a4
* * cccp.c (sys_errlist): Remove special 4.4bsd declaration.law1997-09-011-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | * collect2.c (sys_errlist): Likewise. * cpplib.c (sys_errlist): Likewise. * gcc.c (sys_errlist): Likewise. * protoize (sys_errlist): Likewise. * configure.in: Check for strerror. * xm-freebsd.h (HAVE_STRERROR): Remove definition. * xm-gnu.h (HAVE_STRERROR): Likewise. * xm-linux.h (HAVE_STRERROR): Likewise. * xm-netbsd.h (HAVE_STRERROR): Likewise. * xm-bsd386.h (HAVE_STRERROR): Likewise. * xm-cygwin32.h (HAVE_STRERROR): Likewise. * xm-dos.h (HAVE_STRERROR): Likewise. * xm-mingw32.h (HAVE_STRERROR): Likewise. * xm-pa.h (HAVE_STRERROR): Likewise. * xm-papro.h (HAVE_STRERROR): Likewise. * xm-sysv4.h (HAVE_STRERROR): Likewise. * configure, config.in: Rebuilt. Remove the need to define HAVE_STRERROR for each host port. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15011 138bc75d-0d04-0410-961f-82ee72b054a4
* * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.law1997-09-011-9/+47
| | | | | | | | | | | | | | * mips-tfile.c: Likewise. * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs. * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition. * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise. * configure.in: Check for sys_siglist declaration. * configure, config.in: Rebuilt. Fix conflicting sys_siglist decls once and for all. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15007 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,law1997-09-011-0/+5
| | | | | | | | | | | | | | | m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sparc/rtems.h (subtarget_switches): Added -mrtems as a switch. * i960/i960.h: Added SUBTARGET_SWITCHES macro. * rs6000/sysv4.h (extra_subtarget_switches): Added new macro EXTRA_SUBTARGET_SWITCHES. * configure.in (sh*-*-rtems*): New target. * sh/rtems.h: New file. * sh/sh.h: Added SUBTARGET_SWITCHES macro. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15006 138bc75d-0d04-0410-961f-82ee72b054a4
* * version.c: Bump for latest snapshot.law1997-08-281-2/+12
| | | | | | | | | | | | | * bc-optab.c: Conditionally include stdlib.h. (free): Provide a declaration if NEED_DECLARATION_FREE. * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE. * rtl.h (free): Remove declaration. * tree.h (free): Remvoe declaration. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14989 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix AIX build problem when IBM cc is used.wilson1997-08-221-11/+60
| | | | | | | | | | | * acconfig.h (NEED_DECLARATION_CALLOC): Add. * configure.in: Add GCC_NEED_DECLARATION call for calloc. * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete declarations. * config.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14896 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Turn on haifa by default for the PA.law1997-08-191-0/+54
| | | | | | | | | | | | | * configure: Rebuilt. * pa.c (override_options): Accept -mschedule=7200 option. (pa_adjust_cost): No longer need to scale costs for newer processors. * pa.h (enum processor_type): Add PROCESSOR_7200. * pa.md: Revamp scheduling parameters to work better with haifa. Add scheduling parameters for the 7200. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14850 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix --with-cpu=xxxmeissner1997-08-181-69/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14837 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (haifa configury): Fix typo.dje1997-08-131-7/+7
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14783 138bc75d-0d04-0410-961f-82ee72b054a4
* * Integrate Haifa instruction scheduler.law1997-08-121-0/+22
| | | | | | | | * Integrate regmove pass. See ChangeLog for deatils. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14770 138bc75d-0d04-0410-961f-82ee72b054a4
* * Integrate tlink patch from jason@cygnus.comlaw1997-08-111-7/+7
| | | | | | | | | | | | | | | | | | | | * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'. (process_command): Increment n_switches for them. Don't discard their args. Validate them. (main): Escape " marks when creating COLLECT_GCC_OPTIONS. From Rohan Lenard. (process_command): Set include_prefixes from COMPILER_PATH. (main): Set COLLECT_GCC_OPTIONS sooner. * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld. * tlink.c, hash.c, hash.h: New files. * Makefile.in (USE_COLLECT2): Always use collect2. (collect2): Depend on and link in hash.o and tlink.o. (tlink.o, hash.o): Add dependencies. tlink patches from Jason. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14769 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionlaw1997-08-111-0/+4911
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14764 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud