2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Attempted fix for people who want to work with 2 versions

[SVN r16635]
This commit is contained in:
Dave Abrahams
2002-12-17 12:57:50 +00:00
parent e73ef16efd
commit 95bcd700ec
2 changed files with 12 additions and 6 deletions

View File

@@ -12,12 +12,15 @@ if ! $(IA32ROOT)
# Compiler version
INTEL_LINUX_VERSION ?= "50" ;
}
flags intel-linux INTEL_LINUX_VERSION : $(INTEL_LINUX_VERSION) ;
# Root directory
INTEL_LINUX_ROOT = "/opt/intel/compiler"$(INTEL_LINUX_VERSION) ;
flags intel-linux INTEL_LINUX_ROOT : "/opt/intel/compiler"$(INTEL_LINUX_VERSION) ;
# Setup script
INTEL_LINUX_SETUP = ". "$(INTEL_LINUX_ROOT)"/ia32/bin/iccvars.sh" ;
flags intel-linux INTEL_LINUX_SETUP : ". "$(INTEL_LINUX_ROOT)"/ia32/bin/iccvars.sh" ;
# Additional DLL directory
INTEL_LINUX_RUN_LD_LIBRARY_PATH = $(INTEL_LINUX_ROOT)"/ia32/lib" ;
flags intel-linux INTEL_LINUX_RUN_LD_LIBRARY_PATH : $(INTEL_LINUX_ROOT)"/ia32/lib" ;
#### compiler and linker switches ####

View File

@@ -12,12 +12,15 @@ if ! $(IA32ROOT)
# Compiler version
INTEL_LINUX_VERSION ?= "50" ;
}
flags intel-linux INTEL_LINUX_VERSION : $(INTEL_LINUX_VERSION) ;
# Root directory
INTEL_LINUX_ROOT = "/opt/intel/compiler"$(INTEL_LINUX_VERSION) ;
flags intel-linux INTEL_LINUX_ROOT : "/opt/intel/compiler"$(INTEL_LINUX_VERSION) ;
# Setup script
INTEL_LINUX_SETUP = ". "$(INTEL_LINUX_ROOT)"/ia32/bin/iccvars.sh" ;
flags intel-linux INTEL_LINUX_SETUP : ". "$(INTEL_LINUX_ROOT)"/ia32/bin/iccvars.sh" ;
# Additional DLL directory
INTEL_LINUX_RUN_LD_LIBRARY_PATH = $(INTEL_LINUX_ROOT)"/ia32/lib" ;
flags intel-linux INTEL_LINUX_RUN_LD_LIBRARY_PATH : $(INTEL_LINUX_ROOT)"/ia32/lib" ;
#### compiler and linker switches ####