diff options
| author | Richard M. Stallman | 1996-08-07 21:51:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-07 21:51:21 +0000 |
| commit | 143305ce2a062a6ee4c9624bca72f1bb3f489b66 (patch) | |
| tree | 5a801bf841bbd1da5fbf1142b9440c7846583dd6 /src | |
| parent | 24ebf92e58f4140864581e152f96697e83463eca (diff) | |
| download | emacs-143305ce2a062a6ee4c9624bca72f1bb3f489b66.tar.gz emacs-143305ce2a062a6ee4c9624bca72f1bb3f489b66.zip | |
(LD_SWITCH_SYSTEM): New definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/osf1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/osf1.h b/src/s/osf1.h index 16aadd4a3a2..9503fb2ff53 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h | |||
| @@ -27,3 +27,8 @@ | |||
| 27 | preprocessor symbol "COFF". */ | 27 | preprocessor symbol "COFF". */ |
| 28 | 28 | ||
| 29 | #define COFF | 29 | #define COFF |
| 30 | |||
| 31 | /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option | ||
| 32 | says where to find X windows at run time. We convert it to a -rpath option | ||
| 33 | which is what OSF1 uses. */ | ||
| 34 | #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` | ||