diff options
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 */ |