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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/m/hp800.h | 1 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 9 | ||||
| -rw-r--r-- | src/m/iris4d.h | 2 | ||||
| -rw-r--r-- | src/s/aix4-2.h | 9 |
5 files changed, 17 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7242bd4c371..f0be1af84c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Simplify LIBS_MACHINE definitions. | ||
| 4 | * m/hp800.h (LIBS_MACHINE): Remove, same as default. | ||
| 5 | * m/iris4d.h (LIBS_MACHINE): Likewise. | ||
| 6 | * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ... | ||
| 7 | * s/aix4-2.h (LIBS_SYSTEM): ... here. | ||
| 8 | |||
| 1 | 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | Remove dead code dealing with POSIX_SIGNALS. | 11 | Remove dead code dealing with POSIX_SIGNALS. |
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. */ |
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index f4ffc606221..93869db6bca 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -95,6 +95,15 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 95 | 95 | ||
| 96 | #define LIB_STANDARD | 96 | #define LIB_STANDARD |
| 97 | 97 | ||
| 98 | /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless | ||
| 99 | on older versions of X where it happens to exist. */ | ||
| 100 | #ifdef HAVE_LIBPTHREADS | ||
| 101 | #define LIBS_SYSTEM -lrts -lIM -liconv -lpthreads | ||
| 102 | #else | ||
| 103 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ | ||
| 104 | #define LIBS_SYSTEM -lrts -lIM -liconv | ||
| 105 | #endif | ||
| 106 | |||
| 98 | /* Use terminfo instead of termcap. */ | 107 | /* Use terminfo instead of termcap. */ |
| 99 | 108 | ||
| 100 | #define TERMINFO | 109 | #define TERMINFO |