Workaround profiledbootstrap failure on ppc64 be

This commit is contained in:
Jakub Jelinek 2016-02-06 21:44:23 +01:00
parent cde96063b7
commit ec74b26ecd
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
--enable-languages=c,c++,objc,obj-c++,fortran${enablelada}${enablelgo},lto \
$CONFIGURE_OPTS
%ifarch sparc sparcv9 sparc64
%ifarch sparc sparcv9 sparc64 ppc64
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
%else
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap