(COLLECT_SUPPRESS_OPTIONS): Define to "E".
authorJason Merrill <merrill@gnu.org>
Wed, 28 Sep 1994 00:11:55 +0000 (00:11 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 28 Sep 1994 00:11:55 +0000 (00:11 +0000)
From-SVN: r8154

gcc/config/pa/pa-hpux.h

index 66719e8726dbf4a0b6452bb13d4ca0c3d005b83d..4ba244e23d6b50e60f8c051da10a73aaa690c5da 100644 (file)
@@ -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"