aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-09-28 00:11:55 +0000
committerJason Merrill <merrill@gnu.org>1994-09-28 00:11:55 +0000
commitc17704b31035e6d18f42ab70c469ef2342e0ed20 (patch)
treea69adfd51a9a15397cc8412e38d81c0cc05922b8
parent2d5e74ca04305c052e26aeec8fa23d81f20bb60e (diff)
downloadgcc-c17704b31035e6d18f42ab70c469ef2342e0ed20.zip
gcc-c17704b31035e6d18f42ab70c469ef2342e0ed20.tar.gz
gcc-c17704b31035e6d18f42ab70c469ef2342e0ed20.tar.bz2
(COLLECT_SUPPRESS_OPTIONS): Define to "E".
From-SVN: r8154
-rw-r--r--gcc/config/pa/pa-hpux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h
index 66719e8..4ba244e 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"