diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 0283e0ef612..eac1dd62c97 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -215,6 +215,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 215 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib | 215 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib |
| 216 | #endif | 216 | #endif |
| 217 | 217 | ||
| 218 | /* Don't use -g in test compiles in configure. | ||
| 219 | This is so we will use the same shared libs for that linking | ||
| 220 | that are used when linking temacs. */ | ||
| 221 | #ifdef THIS_IS_CONFIGURE | ||
| 222 | #define C_DEBUG_SWITCH | ||
| 223 | #endif | ||
| 224 | |||
| 218 | /* Let's try this out, just in case. | 225 | /* Let's try this out, just in case. |
| 219 | Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ | 226 | Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ |
| 220 | /* #define SIGNALS_VIA_CHARACTERS */ | 227 | /* #define SIGNALS_VIA_CHARACTERS */ |
| @@ -240,6 +247,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 240 | #define ADJUST_EXEC_HEADER \ | 247 | #define ADJUST_EXEC_HEADER \ |
| 241 | unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr) | 248 | unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr) |
| 242 | 249 | ||
| 250 | #if 0 | ||
| 243 | /* In 19.23 and 19.24, configure sometimes fails to define these. | 251 | /* In 19.23 and 19.24, configure sometimes fails to define these. |
| 244 | It has to do with the fact that configure uses CFLAGS when linking | 252 | It has to do with the fact that configure uses CFLAGS when linking |
| 245 | while Makefile.in.in (erroneously) fails to do so when linking temacs. */ | 253 | while Makefile.in.in (erroneously) fails to do so when linking temacs. */ |
| @@ -258,3 +266,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 258 | #ifndef HAVE_XRMSETDATABASE | 266 | #ifndef HAVE_XRMSETDATABASE |
| 259 | #define HAVE_XRMSETDATABASE | 267 | #define HAVE_XRMSETDATABASE |
| 260 | #endif | 268 | #endif |
| 269 | #endif /* 0 */ | ||