diff src/s/aix3-1.h @ 2470:6643737d26ae

* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead of defining LINKER to use cc. * s/aix3-1.h (LINKER): Don't use cc for linking command if we're using GCC. * s/aix3-2.h (SYSTEM_MALLOC): Undefine this.
author Jim Blandy <jimb@redhat.com>
date Wed, 07 Apr 1993 16:36:59 +0000
parents df8b67adcee3
children 6c044c8796dd
line wrap: on
line diff
--- a/src/s/aix3-1.h	Wed Apr 07 15:14:21 1993 +0000
+++ b/src/s/aix3-1.h	Wed Apr 07 16:36:59 1993 +0000
@@ -209,7 +209,9 @@
 
 /* #define ADDR_CORRECT(x) (x) */
 
+#ifndef __GNUC__
 #define LINKER cc
+#endif
 
 /* Prevent -lg from being used for debugging.  Not needed.  */