Fix the stage2 compilation, no side effect with gcc4 (#2190)

SVN-Revision: 8409
master
Florian Fainelli 17 years ago
parent d0edc434ab
commit 0143069883
  1. 4
      toolchain/gcc/Makefile

@ -93,9 +93,7 @@ define Stage2/Configure
endef
define Stage2/Compile
$(MAKE) -C $(BUILD_DIR2) \
SHELL="$(BASH)" \
all
export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all
endef
define Stage2/Install

Loading…
Cancel
Save