diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-30 16:01:02 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-30 16:01:02 +0000 |
commit | 6a52cee13f923cf91e12c8da76d7e592439d925f (patch) | |
tree | 3336473bcf046506af6b41fdb8476d0bea02064d /include | |
parent | 1e33fac09adf4c52814386a5ef2bb286e425bfa5 (diff) | |
download | ATCD-6a52cee13f923cf91e12c8da76d7e592439d925f.tar.gz |
Fri Jun 30 10:59:23 2000 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_lynxos.GNU | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU index 4c50338534e..38ebf54a6d7 100644 --- a/include/makeinclude/platform_lynxos.GNU +++ b/include/makeinclude/platform_lynxos.GNU @@ -24,6 +24,8 @@ static_libs = 1 ifneq ($(shell uname -s),LynxOS) CROSS-COMPILE = 1 + PACE_SYSNAME = LynxOS + #### The following may need to be customized for your host or target type. #### Or, you can source the appropriate (for your shell) Lynx SETUP file #### before running "make". |