Moved include for CONFIG_SITE.Host.<host_arch>.

This commit is contained in:
Janet B. Anderson
2000-02-11 23:47:31 +00:00
parent 0a8f657117
commit d1fadc46cc

View File

@@ -29,7 +29,6 @@ include $(CONFIG)/CONFIG_SITE
# Host architecture specific definitions
#
include $(CONFIG)/os/CONFIG.Host.$(HOST_ARCH)
-include $(CONFIG)/os/CONFIG_SITE.Host.$(HOST_ARCH)
ifdef T_A
@@ -41,8 +40,8 @@ endif
include $(CONFIG)/os/CONFIG.Target.$(T_A)
#
-include $(CONFIG)/os/CONFIG_SITE.Host.$(HOST_ARCH)
-include $(CONFIG)/os/CONFIG_SITE.Target.$(T_A)
#
-include $(CONFIG)/os/CONFIG_SITE.$(HOST_ARCH).$(T_A)
endif