From: Chris Hanson Date: Mon, 17 Aug 1992 17:32:13 +0000 (+0000) Subject: Don't use -non_shared for GCC. X-Git-Tag: 20090517-FFI~9119 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe7600b9683fc2656f13c44b1fd37867295b2db4;p=mit-scheme.git Don't use -non_shared for GCC. --- diff --git a/v7/src/microcode/s/newsos5.h b/v7/src/microcode/s/newsos5.h index 1e4d400f9..7a18ffa74 100644 --- a/v7/src/microcode/s/newsos5.h +++ b/v7/src/microcode/s/newsos5.h @@ -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