зеркало из https://github.com/mozilla/pjs.git
Bug 678361 - Fix missing corner case from bug 655339. r=smichaud.
With this the check for a broken egrep is also used when building with CC="gcc -arch i386" CXX="g++ -arch i386".
This commit is contained in:
Родитель
927b37e15f
Коммит
150a792d24
|
@ -9322,7 +9322,7 @@ xpcom/xpcom-private.h
|
|||
# (apparently) only need this hack when egrep's "pattern" is particularly
|
||||
# long (as in the following code). See bug 655339.
|
||||
case "$host" in
|
||||
x86_64-apple-darwin*)
|
||||
*-apple-darwin*)
|
||||
FIXED_EGREP="arch -arch i386 egrep"
|
||||
;;
|
||||
*)
|
||||
|
|
Загрузка…
Ссылка в новой задаче