From dbad5e72801b379ee359c7355e3137161c6ed11f Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Mon, 10 Oct 2005 23:45:18 +0000 Subject: 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 --- gcc/doc/install.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gcc/doc') 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 -- cgit v1.1