This commit is contained in:
parent
29836adb64
commit
98056a2c13
@ -1363,7 +1363,7 @@ STAGE1_FLAGS="-g -O2"
|
||||
%endif
|
||||
# Only run profiled bootstrap on archs where it works and matters
|
||||
%ifarch x86_64 %ix86 ppc64le s390x aarch64
|
||||
setarch -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
setarch `arch` -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%else
|
||||
make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%endif
|
||||
|
@ -747,7 +747,7 @@ STAGE1_FLAGS="-g -O2"
|
||||
%endif
|
||||
# Only run profiled bootstrap on archs where it works and matters
|
||||
%ifarch x86_64 %ix86 ppc64le s390x aarch64
|
||||
setarch -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
setarch `arch` -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%else
|
||||
make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%endif
|
||||
|
@ -2051,7 +2051,7 @@ STAGE1_FLAGS="-g -O2"
|
||||
%endif
|
||||
# Only run profiled bootstrap on archs where it works and matters
|
||||
%ifarch x86_64 %ix86 ppc64le s390x aarch64
|
||||
setarch -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
setarch `arch` -R make %{?profiledbootstraprule} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%else
|
||||
make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user