diff --git a/configure/os/CONFIG.lynxos-x86.Common b/configure/os/CONFIG.lynxos-x86.Common new file mode 100644 index 000000000..08f4827d9 --- /dev/null +++ b/configure/os/CONFIG.lynxos-x86.Common @@ -0,0 +1,14 @@ +# CONFIG.lynxos-68k.Common +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for lynxos-68k host archs +# Sites may override these definitions in CONFIG_SITE.lynxos-68k.Common +#------------------------------------------------------- + +#Include definitions common to unix hosts +include $(CONFIG)/os/CONFIG.UnixCommon.Common + +WIND_HOST_TYPE = lynxos + diff --git a/configure/os/CONFIG.lynxos-x86.lynxos-x86 b/configure/os/CONFIG.lynxos-x86.lynxos-x86 new file mode 100644 index 000000000..e1e0fecc2 --- /dev/null +++ b/configure/os/CONFIG.lynxos-x86.lynxos-x86 @@ -0,0 +1,31 @@ +# CONFIG.lynxos-x86.lynxos-x86 +# +# $Id$ +# +# This file is maintained by the build community. +# Sites may override these definitions in CONFIG_SITE.lynxos-x86.lynxos-x86 +#------------------------------------------------------- + +OS_CLASS = lynxos +ARCH_CLASS = x86 + +GNU_DIR = /usr + +# Configure OS vendor C compiler +# These are overrides of ANSI and CPLUSPLUS values in CONFIG_SITE +# since OS vendor compilers is gnu compiler +ANSI=GCC +CPLUSPLUS=G++ + +# Configure gnu C compiler +GCC = gcc +G++ = g++ + +AR = ar -rc +ARFLAGS = +RANLIB = ranlib -t + +ARCH_DEP_CPPFLAGS += -D_X86_ +ARCH_DEP_LDFLAGS = +ARCH_DEP_LDLIBS = -lposix4d9 -lpthread +