diff options
author | gildea <empty> | 1995-06-19 02:56:37 +0000 |
---|---|---|
committer | gildea <empty> | 1995-06-19 02:56:37 +0000 |
commit | 1eb9a80e701593818c493e4e6fa58d45d595d1d7 (patch) | |
tree | 7ddce7a010f70b4536fb99ba6911edf8d6aaf20a /xc | |
parent | e15c843038af4921718b473cae3a2151ea8cb703 (diff) |
define HasLdRunPath. Close XBUG #7475.
Diffstat (limited to 'xc')
-rw-r--r-- | xc/config/cf/fujitsu.cf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xc/config/cf/fujitsu.cf b/xc/config/cf/fujitsu.cf index e85b98970..98077cd87 100644 --- a/xc/config/cf/fujitsu.cf +++ b/xc/config/cf/fujitsu.cf @@ -1,4 +1,4 @@ -XCOMM platform: $XConsortium: fujitsu.cf,v 1.3 94/07/05 11:10:18 kaleb Exp kaleb $ +XCOMM platform: $XConsortium: fujitsu.cf,v 1.4 94/09/01 21:05:53 kaleb Exp gildea $ #ifdef SparcArchitecture @@ -15,6 +15,9 @@ XCOMM operating system: OSName #define SystemV4 YES #define HasSockets YES +#ifndef HasLdRunPath +#define HasLdRunPath YES +#endif #define BuildServer NO #include <sv4Lib.rules> |