diff --git a/gcc-tools.jam b/gcc-tools.jam index 75c05ca67..720749921 100644 --- a/gcc-tools.jam +++ b/gcc-tools.jam @@ -43,7 +43,7 @@ # Similar to GXX, the name by which gcc is invoked for "C" # language targets. -GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ +GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ ; GCC_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if GCC_ROOT_DIRECTORY not set GCC_INCLUDE_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/include ; GCC_STDLIB_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/lib ; diff --git a/v1/gcc-tools.jam b/v1/gcc-tools.jam index 75c05ca67..720749921 100644 --- a/v1/gcc-tools.jam +++ b/v1/gcc-tools.jam @@ -43,7 +43,7 @@ # Similar to GXX, the name by which gcc is invoked for "C" # language targets. -GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ +GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ ; GCC_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if GCC_ROOT_DIRECTORY not set GCC_INCLUDE_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/include ; GCC_STDLIB_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/lib ;