Commit c17704b3 by Jason Merrill

(COLLECT_SUPPRESS_OPTIONS): Define to "E".

From-SVN: r8154
parent 2d5e74ca
...@@ -47,3 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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 /* hpux8 and later have C++ compatable include files, so do not
pretend they are `extern "C"'. */ pretend they are `extern "C"'. */
#define NO_IMPLICIT_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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment