mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
fix typo in regex
This commit is contained in:
parent
f02e9fb10e
commit
53551178b0
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ cd grub-%{tarversion}
|
||||||
-e 's/-fexceptions//g' \
|
-e 's/-fexceptions//g' \
|
||||||
-e 's/-m64//g' \
|
-e 's/-m64//g' \
|
||||||
-e 's/-fasynchronous-unwind-tables//g' \
|
-e 's/-fasynchronous-unwind-tables//g' \
|
||||||
-e 's/-mcpu=power[[:alnum:]]+/-mcpu=power6/g' \
|
-e 's/-mcpu=power[[:alnum:]]\+/-mcpu=power6/g' \
|
||||||
-e 's/^/ -fno-strict-aliasing /' )" \
|
-e 's/^/ -fno-strict-aliasing /' )" \
|
||||||
TARGET_LDFLAGS=-static \
|
TARGET_LDFLAGS=-static \
|
||||||
--with-platform=%{platform} \
|
--with-platform=%{platform} \
|
||||||
|
|
Loading…
Reference in a new issue