diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-10-10 23:45:18 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2005-10-10 23:45:18 +0000 |
commit | dbad5e72801b379ee359c7355e3137161c6ed11f (patch) | |
tree | 3eced05fb9b922b00f8ee805e04e6ccf05dd2630 /gcc/doc | |
parent | 5e9edb0f6f337facf312ae8cc0515a7ef057eead (diff) | |
download | gcc-dbad5e72801b379ee359c7355e3137161c6ed11f.zip gcc-dbad5e72801b379ee359c7355e3137161c6ed11f.tar.gz gcc-dbad5e72801b379ee359c7355e3137161c6ed11f.tar.bz2 |
re PR target/12098 (gcc build fails without gas on ia64-hpux: error: invalid switch '-x')
PR target/12098
* configure.ac: Move gas check from mips specific case to common case.
Do check for GNU as for mips*-*-* and *-*-hpux* targets.
* configure: Regenerate
* doc/install.texi: Update.
From-SVN: r105200
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4814e10..6974cba 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2728,8 +2728,8 @@ longer a multiple of 2 bytes. @heading @anchor{hppa-hp-hpux}hppa*-hp-hpux* Support for HP-UX version 9 and older was discontinued in GCC 3.4. -We @emph{highly} recommend using gas/binutils on all hppa platforms; -you may encounter a variety of problems when using the HP assembler. +We require using gas/binutils on all hppa platforms; +you may encounter a variety of problems if you try to use the HP assembler. Specifically, @option{-g} does not work on HP-UX (since that system uses a peculiar debugging format which GCC does not know about), unless @@ -2738,8 +2738,7 @@ you use GAS and GDB@. It may be helpful to configure GCC with the @option{--with-as=@dots{}} options to ensure that GCC can find GAS@. If you wish to use the pa-risc 2.0 architecture support with a 32-bit -runtime, you must use either the HP assembler, or gas/binutils 2.11 -or newer. +runtime, you must use gas/binutils 2.11 or newer. There are two default scheduling models for instructions. These are PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc |