]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SITE): Remove.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 21 Jul 2008 17:50:46 +0000 (17:50 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 21 Jul 2008 17:50:46 +0000 (17:50 +0000)
src/ChangeLog
src/m/ibmrs6000.h

index 95303ecd63e3cd7902ee2674c374d3ad77582fe1..e9bd7b478cfa385d25176032d2edbac9cdcbdf0f 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
+
        * image.c: 
        * nsfns.m: 
        * nsselect.m: 
index c3474254281fc2600397ba68e371ec8d291e7be5..37e1af3d41bc88ec7afbed0ad1a082f44fcd6ff4 100644 (file)
@@ -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.  */