diff --git a/configure/CONFIG b/configure/CONFIG index 076606be3..1759ea083 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -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