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:
Rafael Ávila de Espíndola 2011-08-15 15:09:24 -04:00
Родитель 927b37e15f
Коммит 150a792d24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"
;;
*)