Don't use -non_shared for GCC.
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Aug 1992 17:32:13 +0000 (17:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Aug 1992 17:32:13 +0000 (17:32 +0000)
v7/src/microcode/s/newsos5.h

index 1e4d400f903768f70d11257923830020d3fe4c07..7a18ffa74d9b85de185aab93aceb5d2c5bc9e113 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-C-*-
    System file for Sony NEWS-OS version 5
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/newsos5.h,v 1.1 1992/04/30 04:06:32 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/newsos5.h,v 1.2 1992/08/17 17:32:13 cph Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -35,6 +35,8 @@ MIT in each case. */
 
 #include "s/sysv4.h"
 
+#ifndef ALTERNATE_CC
 /* This is required for version 5.0.2 or later.
    Comment this out if you have 5.0.1.  */
 #define LD_SWITCH_SYSTEM -non_shared
+#endif