summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-21 17:50:46 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-21 17:50:46 +0000
commit92d1a7a3cd24446ac659284b2f4cfdc2e618281e (patch)
treebb8d1ac0fa5073e4f136f02e984266af70e35b32 /src/m
parent9e50ff0c16ca4de1c68373021ed25de09852b6c5 (diff)
downloademacs-92d1a7a3cd24446ac659284b2f4cfdc2e618281e.tar.gz
(LD_SWITCH_SITE): Remove.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibmrs6000.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index c3474254281..37e1af3d41b 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -63,11 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define LD_SWITCH_MACHINE -Wl,-bnodelcsect
#endif /* THIS_IS_MAKEFILE */
-/* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */
-#if __GNUC__ == 2 && __GNUC_MINOR__ == 7
-#define LD_SWITCH_SITE -B/bin/
-#endif
-
#ifndef NLIST_STRUCT
/* AIX supposedly doesn't use this interface, but on the RS/6000
it apparently does. */