]> code.delx.au - gnu-emacs/commitdiff
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Sep 1996 19:02:36 +0000 (19:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Sep 1996 19:02:36 +0000 (19:02 +0000)
src/s/sco5.h

index 7f0f21d08f89a06f2b269360478d53fc7338ae0f..1c914a37299e949bfacd50cd66363c0b933345bb 100644 (file)
@@ -149,8 +149,10 @@ Boston, MA 02111-1307, USA.  */
 
 #define UNEXEC unexelf.o
 
+#ifndef __GNUC__
 #define C_SWITCH_SYSTEM -belf
 #define LD_SWITCH_SYSTEM -belf
+#endif
 
 /* SCO has a working alloca in libPW */
 #define HAVE_ALLOCA