diff options
| author | Richard M. Stallman | 1993-07-27 20:20:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-27 20:20:01 +0000 |
| commit | f218b75d4e304195f88f3e6699c6f6a7921c9b6e (patch) | |
| tree | 8096c609035bf563414036c82df0fa96a9707a8a /src | |
| parent | b6ff8721671867881b7a97450284aeb4583658d5 (diff) | |
| download | emacs-f218b75d4e304195f88f3e6699c6f6a7921c9b6e.tar.gz emacs-f218b75d4e304195f88f3e6699c6f6a7921c9b6e.zip | |
Initial revision
Diffstat (limited to 'src')
| -rw-r--r-- | src/sol2-2.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/sol2-2.h b/src/sol2-2.h new file mode 100644 index 00000000000..8ae6cfbfaa9 --- /dev/null +++ b/src/sol2-2.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #include "s/sol2.h" | ||
| 2 | |||
| 3 | /* Take care of libucb as well as X Windows. */ | ||
| 4 | #undef LD_SWITCH_SYSTEM | ||
| 5 | #ifndef __GNUC__ | ||
| 6 | #define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib | ||
| 7 | #else /* GCC */ | ||
| 8 | #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib | ||
| 9 | #endif /* GCC */ | ||
| 10 | |||
| 11 | #ifdef LIB_STANDARD | ||
| 12 | #undef LIB_STANDARD | ||
| 13 | #define LIB_STANDARD -lc -L/usr/ucblib -lucb | ||
| 14 | #endif | ||