diff options
| author | Dan Nicolaescu | 2010-03-22 19:39:19 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-22 19:39:19 -0700 |
| commit | 5845f0ed5a260ad0708bb82dea89b38b01aa2d1b (patch) | |
| tree | 47e822dabcc285a9f2c0ac31edf9b56b8b7e168c /src/m | |
| parent | 002787475ff69f44a4fbd26bfe8b8dad3ea435ed (diff) | |
| download | emacs-5845f0ed5a260ad0708bb82dea89b38b01aa2d1b.tar.gz emacs-5845f0ed5a260ad0708bb82dea89b38b01aa2d1b.zip | |
Simplify LIBS_MACHINE definitions.
* m/hp800.h (LIBS_MACHINE): Remove, same as default.
* m/iris4d.h (LIBS_MACHINE): Likewise.
* m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
* s/aix4-2.h (LIBS_SYSTEM): ... here.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/hp800.h | 1 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 9 | ||||
| -rw-r--r-- | src/m/iris4d.h | 2 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 5614141fe63..8acec110272 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -93,7 +93,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 93 | 93 | ||
| 94 | #define UNEXEC unexhp9k800.o | 94 | #define UNEXEC unexhp9k800.o |
| 95 | 95 | ||
| 96 | #define LIBS_MACHINE | ||
| 97 | #define LIBS_DEBUG | 96 | #define LIBS_DEBUG |
| 98 | 97 | ||
| 99 | /* Include the file bsdtty.h, since this machine has job control. */ | 98 | /* Include the file bsdtty.h, since this machine has job control. */ |
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 8e1d76b7e12..a7d35cc8ab7 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -57,15 +57,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 57 | #define NLIST_STRUCT | 57 | #define NLIST_STRUCT |
| 58 | #endif | 58 | #endif |
| 59 | 59 | ||
| 60 | /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless | ||
| 61 | on older versions of X where it happens to exist. */ | ||
| 62 | #ifdef HAVE_LIBPTHREADS | ||
| 63 | #define LIBS_MACHINE -lrts -lIM -liconv -lpthreads | ||
| 64 | #else | ||
| 65 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ | ||
| 66 | #define LIBS_MACHINE -lrts -lIM -liconv | ||
| 67 | #endif | ||
| 68 | |||
| 69 | #undef ADDR_CORRECT | 60 | #undef ADDR_CORRECT |
| 70 | #define ADDR_CORRECT(x) ((int)(x)) | 61 | #define ADDR_CORRECT(x) ((int)(x)) |
| 71 | 62 | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 7c0ff78a069..06bffceb64c 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -53,8 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 53 | #define DATA_START 0x10000000 | 53 | #define DATA_START 0x10000000 |
| 54 | #define DATA_SEG_BITS 0x10000000 | 54 | #define DATA_SEG_BITS 0x10000000 |
| 55 | 55 | ||
| 56 | #undef LIBS_MACHINE | ||
| 57 | #define LIBS_MACHINE | ||
| 58 | #define LIBS_DEBUG | 56 | #define LIBS_DEBUG |
| 59 | 57 | ||
| 60 | /* Use terminfo instead of termcap. */ | 58 | /* Use terminfo instead of termcap. */ |