From c17704b31035e6d18f42ab70c469ef2342e0ed20 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 28 Sep 1994 00:11:55 +0000 Subject: [PATCH] (COLLECT_SUPPRESS_OPTIONS): Define to "E". From-SVN: r8154 --- gcc/config/pa/pa-hpux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 66719e8726d..4ba244e23d6 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -47,3 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* hpux8 and later have C++ compatable include files, so do not pretend they are `extern "C"'. */ #define NO_IMPLICIT_EXTERN_C + +/* The HPUX linker duplicates all text symbols when given -E; this confuses + collect2. */ +#define COLLECT_SUPPRESS_OPTIONS "E" -- 2.30.2