diff options
| author | Dan Nicolaescu | 2008-07-21 17:50:46 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-21 17:50:46 +0000 |
| commit | 92d1a7a3cd24446ac659284b2f4cfdc2e618281e (patch) | |
| tree | bb8d1ac0fa5073e4f136f02e984266af70e35b32 | |
| parent | 9e50ff0c16ca4de1c68373021ed25de09852b6c5 (diff) | |
| download | emacs-92d1a7a3cd24446ac659284b2f4cfdc2e618281e.tar.gz emacs-92d1a7a3cd24446ac659284b2f4cfdc2e618281e.zip | |
(LD_SWITCH_SITE): Remove.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95303ecd63e..e9bd7b478cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * m/ibmrs6000.h (LD_SWITCH_SITE): Remove. | ||
| 4 | |||
| 3 | * image.c: | 5 | * image.c: |
| 4 | * nsfns.m: | 6 | * nsfns.m: |
| 5 | * nsselect.m: | 7 | * nsselect.m: |
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/>. */ | |||
| 63 | #define LD_SWITCH_MACHINE -Wl,-bnodelcsect | 63 | #define LD_SWITCH_MACHINE -Wl,-bnodelcsect |
| 64 | #endif /* THIS_IS_MAKEFILE */ | 64 | #endif /* THIS_IS_MAKEFILE */ |
| 65 | 65 | ||
| 66 | /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ | ||
| 67 | #if __GNUC__ == 2 && __GNUC_MINOR__ == 7 | ||
| 68 | #define LD_SWITCH_SITE -B/bin/ | ||
| 69 | #endif | ||
| 70 | |||
| 71 | #ifndef NLIST_STRUCT | 66 | #ifndef NLIST_STRUCT |
| 72 | /* AIX supposedly doesn't use this interface, but on the RS/6000 | 67 | /* AIX supposedly doesn't use this interface, but on the RS/6000 |
| 73 | it apparently does. */ | 68 | it apparently does. */ |