From 71c232afc3569cf87df85b508088001ef7a3d2ca Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Fri, 19 Aug 2011 16:20:36 -0500 Subject: [PATCH] Initial version --- configure/os/CONFIG.linux-586.Common | 13 +++++++++++++ configure/os/CONFIG.linux-586.linux-586 | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 configure/os/CONFIG.linux-586.Common create mode 100644 configure/os/CONFIG.linux-586.linux-586 diff --git a/configure/os/CONFIG.linux-586.Common b/configure/os/CONFIG.linux-586.Common new file mode 100644 index 000000000..2f1e82527 --- /dev/null +++ b/configure/os/CONFIG.linux-586.Common @@ -0,0 +1,13 @@ +# CONFIG.linux-586.Common +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for linux-586 host builds +# Sites may override these definitions in CONFIG_SITE.linux-586.Common +#------------------------------------------------------- + +#Include definitions common to unix hosts +include $(CONFIG)/os/CONFIG.UnixCommon.Common + +WIND_HOST_TYPE = x86-linux diff --git a/configure/os/CONFIG.linux-586.linux-586 b/configure/os/CONFIG.linux-586.linux-586 new file mode 100644 index 000000000..882ef580f --- /dev/null +++ b/configure/os/CONFIG.linux-586.linux-586 @@ -0,0 +1,11 @@ +# CONFIG.linux-586.linux-586 +# +# $Revision-Id$ +# +# Definitions for linux-586 host - linux-586 target builds +# Sites may override these definitions in CONFIG_SITE.linux-586.linux-586 +#------------------------------------------------------- + +# Include linux-x86 compiler definitions +include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 +