Fix the stage2 compilation, no side effect with gcc4 (#2190)
SVN-Revision: 8409
This commit is contained in:
parent
d0edc434ab
commit
0143069883
|
@ -93,9 +93,7 @@ define Stage2/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Stage2/Compile
|
define Stage2/Compile
|
||||||
$(MAKE) -C $(BUILD_DIR2) \
|
export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all
|
||||||
SHELL="$(BASH)" \
|
|
||||||
all
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Stage2/Install
|
define Stage2/Install
|
||||||
|
|
Loading…
Reference in New Issue