diff options
| author | Dan Nicolaescu | 2010-03-22 19:47:41 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-22 19:47:41 -0700 |
| commit | 814fb70858add5fffcedce54c13c53ba6bfa5548 (patch) | |
| tree | df67f8242270c5f91acf65d4a2a14c7786b37c6b /src | |
| parent | 38e3487ce8bb41745a10933b8a4e4280569f8ada (diff) | |
| download | emacs-814fb70858add5fffcedce54c13c53ba6bfa5548.tar.gz emacs-814fb70858add5fffcedce54c13c53ba6bfa5548.zip | |
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8fbdec350b..82a06956800 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. | ||
| 4 | |||
| 3 | Simplify LIBS_MACHINE definitions. | 5 | Simplify LIBS_MACHINE definitions. |
| 4 | * m/hp800.h (LIBS_MACHINE): Remove, same as default. | 6 | * m/hp800.h (LIBS_MACHINE): Remove, same as default. |
| 5 | * m/iris4d.h (LIBS_MACHINE): Likewise. | 7 | * m/iris4d.h (LIBS_MACHINE): Likewise. |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ae2eaa43c06..0c198de26d8 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -207,9 +207,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 207 | #define C_DEBUG_SWITCH | 207 | #define C_DEBUG_SWITCH |
| 208 | #endif | 208 | #endif |
| 209 | 209 | ||
| 210 | /* alane@wozzle.linet.org says that -lipc is not a separate library, | ||
| 211 | since libc-4.4.1. So -lipc was deleted. */ | ||
| 212 | #define LIBS_SYSTEM | ||
| 213 | /* _BSD_SOURCE is redundant, at least in glibc2, since we define | 210 | /* _BSD_SOURCE is redundant, at least in glibc2, since we define |
| 214 | _GNU_SOURCE. Left in in case it's relevant to libc5 systems and | 211 | _GNU_SOURCE. Left in in case it's relevant to libc5 systems and |
| 215 | anyone's still using Emacs on those. --fx 2002-12-14 */ | 212 | anyone's still using Emacs on those. --fx 2002-12-14 */ |