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 /src/m | |
| parent | 9e50ff0c16ca4de1c68373021ed25de09852b6c5 (diff) | |
| download | emacs-92d1a7a3cd24446ac659284b2f4cfdc2e618281e.tar.gz emacs-92d1a7a3cd24446ac659284b2f4cfdc2e618281e.zip | |
(LD_SWITCH_SITE): Remove.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 5 |
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/>. */ | |||
| 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. */ |