diff options
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". |