Initial version

This commit is contained in:
Janet Anderson
2011-08-19 16:20:19 -05:00
parent 7b53bd5265
commit 5f1378971d
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# CONFIG.linux-486.Common
#
# $Revision-Id$
# This file is maintained by the build community.
#
# Definitions for linux-486 host builds
# Sites may override these definitions in CONFIG_SITE.linux-486.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
WIND_HOST_TYPE = x86-linux

View File

@@ -0,0 +1,11 @@
# CONFIG.linux-486.linux-486
#
# $Revision-Id$
#
# Definitions for linux-486 host - linux-486 target builds
# Sites may override these definitions in CONFIG_SITE.linux-486.linux-486
#-------------------------------------------------------
# Include linux-x86 compiler definitions
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86