o cosmetic change CONFIG_COMMON

o removed setting of default i586 arch from mingw and cygwin CONFIG_SITE
This commit is contained in:
Jeff Hill
2011-08-16 18:32:41 -06:00
parent b9900b8682
commit 159ca986a3
4 changed files with 3 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ ALL_SRC_DIRS = $(CMPLR_SRC_DIRS) $(OS_SRC_DIRS) $(GENERIC_SRC_DIRS)
#--------------------------------------------------
# compile line include directories
INSTALL_INCLUDES += \
-I$(INSTALL_INCLUDE)/compiler/$(CMPLR_CLASS) \
-I$(INSTALL_INCLUDE)/compiler/$(CMPLR_CLASS) \
-I$(INSTALL_INCLUDE)/os/$(OS_CLASS) \
-I$(INSTALL_INCLUDE)
SRC_INCLUDES = -I$(COMMON_DIR) $(addprefix -I, $(wildcard $(ALL_SRC_DIRS)))

View File

@@ -7,7 +7,4 @@
#-------------------------------------------------------
# GNU_DIR used when COMMANDLINE_LIBRARY is READLINE
#GNU_DIR=C:/cygwin
# default minimum host hardware architecture
#ARCH_DEP_CFLAGS += -march=i586
#GNU_DIR=C:/cygwin

View File

@@ -1,4 +1,3 @@
# default minimum host hardware architecture
#ARCH_DEP_CFLAGS += -march=i586

View File

@@ -14,6 +14,3 @@
#AR = $(CMPLR_PREFIX)ar -rc
#LD = $(CMPLR_PREFIX)ld -r
#RANLIB = $(CMPLR_PREFIX)ranlib
# default minimum host hardware architecture
ARCH_DEP_CFLAGS += -march=i586