Fix the stage2 compilation, no side effect with gcc4 (#2190)
SVN-Revision: 8409
This commit is contained in:
parent
d0edc434ab
commit
0143069883
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue