diff options
| author | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
| commit | 32a8894e5b88564765dc67955751f75d2c9dabcf (patch) | |
| tree | ec2df6853c265bcba382c88bf648edd4663b81f7 /src/s/gnu-linux.h | |
| parent | 146b8b16f39466c12bd21f41b9029abdea4fbe0a (diff) | |
| download | emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.tar.gz emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.zip | |
Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
* s/usg5-4.h (LIBS_DEBUG):
* s/irix6-5.h (C_DEBUG_SWITCH):
* s/gnu-linux.h (LIBS_DEBUG):
* s/darwin.h (LIBS_DEBUG):
* s/bsd-common.h (LIBS_DEBUG):
* s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
* m/iris4d.h (LIBS_DEBUG):
* m/hp800.h (LIBS_DEBUG): Remove definitions.
* Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
(LIBS_DEBUG): Remove definition.
* configure.in: Remove all references to C_DEBUG_SWITCH.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 0c198de26d8..b9139435f61 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -194,19 +194,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 194 | #define POSIX /* affects getpagesize.h and systty.h */ | 194 | #define POSIX /* affects getpagesize.h and systty.h */ |
| 195 | #define POSIX_SIGNALS | 195 | #define POSIX_SIGNALS |
| 196 | 196 | ||
| 197 | /* Best not to include -lg, unless it is last on the command line */ | ||
| 198 | #define LIBS_DEBUG | ||
| 199 | #undef LIB_GCC | 197 | #undef LIB_GCC |
| 200 | #define LIB_GCC | 198 | #define LIB_GCC |
| 201 | #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o | 199 | #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o |
| 202 | 200 | ||
| 203 | /* Don't use -g in test compiles in configure. | ||
| 204 | This is so we will use the same shared libs for that linking | ||
| 205 | that are used when linking temacs. */ | ||
| 206 | #ifdef THIS_IS_CONFIGURE | ||
| 207 | #define C_DEBUG_SWITCH | ||
| 208 | #endif | ||
| 209 | |||
| 210 | /* _BSD_SOURCE is redundant, at least in glibc2, since we define | 201 | /* _BSD_SOURCE is redundant, at least in glibc2, since we define |
| 211 | _GNU_SOURCE. Left in in case it's relevant to libc5 systems and | 202 | _GNU_SOURCE. Left in in case it's relevant to libc5 systems and |
| 212 | anyone's still using Emacs on those. --fx 2002-12-14 */ | 203 | anyone's still using Emacs on those. --fx 2002-12-14 */ |