Moved VX_GNU_NO definition to CONFIG_SITE (Dir for TORNADO=NO gnu gcc).
This commit is contained in:
@@ -24,7 +24,6 @@ VX_GNU_LIB_YES = $(VX_GNU)/lib
|
||||
# pre Torando directory definitions
|
||||
VX_CONFIG_DIR_NO = $(VX_DIR)/config
|
||||
VX_INCLUDE_NO = $(VX_DIR)/h
|
||||
VX_GNU_NO = $(VX_DIR)/../vxgccV2.2.3.1
|
||||
VX_GNU_BIN_NO = $(VX_GNU)/$(HOST_ARCH).$(ARCH_CLASS)/bin
|
||||
VX_GNU_LIB_NO = $(VX_GNU)/$(HOST_ARCH).$(ARCH_CLASS)/lib
|
||||
|
||||
|
||||
@@ -65,7 +65,10 @@ VX_DIR_YES = /usr/local/vw/tornado101
|
||||
#VX_DIR_NO=c:/Tornado/target
|
||||
VX_DIR_NO=/usr/local/vw/vxV52p1/vw
|
||||
|
||||
# Gnu directory for TORNADO=NO g++ crosscompiler
|
||||
# Directory for TORNADO=NO gnu gcc crosscompiler
|
||||
VX_GNU_NO = $(VX_DIR)/../vxgccV2.2.3.1
|
||||
|
||||
# Directory for TORNADO=NO gnu g++ crosscompiler
|
||||
# used by applications for hideos builds only
|
||||
#GNU_DIR = $(LOCAL_GNU)
|
||||
GNU_DIR = /usr/local/hideos/gnu_install-2.7.2
|
||||
|
||||
Reference in New Issue
Block a user