From: Jason Merrill Date: Wed, 28 Sep 1994 00:11:55 +0000 (+0000) Subject: (COLLECT_SUPPRESS_OPTIONS): Define to "E". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c17704b31035e6d18f42ab70c469ef2342e0ed20;p=gcc.git (COLLECT_SUPPRESS_OPTIONS): Define to "E". From-SVN: r8154 --- 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"