diff src/m/ibmrs6000.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents e45d5e7c476e
children a86b2b5e0111
line wrap: on
line diff
--- a/src/m/ibmrs6000.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/m/ibmrs6000.h	Mon Aug 13 10:28:48 2007 +0200
@@ -20,7 +20,7 @@
 
 /* Synched up with: FSF 19.31. */
 
-/* The following line tells the configuration script what sort of 
+/* The following line tells the configuration script what sort of
    operating system this machine is likely to run.
    USUAL-OPSYS="aix3-1"  */
 
@@ -136,30 +136,3 @@
 #undef NEED_PTEM_H
 
 #define ORDINARY_LINK
-
-#if 0 /* mrb */
-#ifndef USG5_4
-/* XEmacs change -- automatically add the correct path for smt.exp if
-   it exists. */
-/* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid
-   linker error for updated X11R5 libraries, which references pthread library
-   which most machines don't have.  We use the name .inp instead of .imp
-   because .inp is a better convention to use in make-dist for naming
-   random input files.  */
-/* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead.  */
-#if __GNUC__ == 2 && __GNUC_MINOR__ == 7
-#ifdef AIX_SMT_EXP
-#define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP"
-#else
-#define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp"
-#endif
-#else /* not gcc 2.7.x */
-#ifdef AIX_SMT_EXP
-#define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP"
-#else
-#define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp"
-#endif
-#endif /* __GNUC__ == 2 && __GNUC_MINOR__ == 7 */
-
-#endif /* USG5_4 */
-#endif /* mrb */