summaryrefslogtreecommitdiffstats
path: root/help-boot/pt_BR/opt::profile.html
blob: 4f791da070abc64709d48e337433e952cbad1247 (plain)
1
2
3
4
5
<h3>
<a name="profile">Escolher o perfil</a>
</h3>

<p>Pressione <em>@@@fkey_profile@@@</em> para selecionar um perfil. Seu sistema será inicializado usando a configuração salva nesse perfil.</p>
h) tree68419d6fb9a66cf3ca84c91d098db8bde3d7737c parentd1dab3689c13c6d0321faacb283de048b7db0595 (diff)downloadrpm-setup-99fa4cd704daacc8c76905f0c94d03b1a04963f9.tar
rpm-setup-99fa4cd704daacc8c76905f0c94d03b1a04963f9.tar.gz
rpm-setup-99fa4cd704daacc8c76905f0c94d03b1a04963f9.tar.bz2
rpm-setup-99fa4cd704daacc8c76905f0c94d03b1a04963f9.tar.xz
rpm-setup-99fa4cd704daacc8c76905f0c94d03b1a04963f9.zip
Add -fasynchronous-unwind-tables to default optflags for x86_64 and aarch64
Diffstat
-rw-r--r--NEWS2
-rw-r--r--rpmrc.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf86193..22f08ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- add -fasynchronous-unwind-tables to default optflags for x86_64 and aarch64 (%ix86 has it already)
+
Version 2.27 - 22 March 2018, by Jani Välimaa
- Add aarch64 config
diff --git a/rpmrc.in b/rpmrc.in
index e493045..afd551b 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -14,7 +14,7 @@ optflags: athlon %{__common_cflags_with_ssp} -fomit-frame-pointer -march=athlon
optflags: pentium3 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium3 -fasynchronous-unwind-tables
optflags: pentium4 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium4 -fasynchronous-unwind-tables
-optflags: x86_64 %{__common_cflags_with_ssp}
+optflags: x86_64 %{__common_cflags_with_ssp} -fasynchronous-unwind-tables
optflags: amd64 %{__common_cflags_with_ssp}
optflags: ia32e %{__common_cflags_with_ssp}
@@ -67,7 +67,7 @@ optflags: armv7l %{__common_cflags} -march=armv7-a -mtune=cortex-a8 -mfpu=neon -
optflags: armv7hl %{__common_cflags} -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16
optflags: armv7hnl %{__common_cflags} -march=armv7-a -mfloat-abi=hard -mfpu=neon
-optflags: aarch64 %{__common_cflags_with_ssp}
+optflags: aarch64 %{__common_cflags_with_ssp} -fasynchronous-unwind-tables
optflags: atarist %{__common_cflags} -fomit-frame-pointer
optflags: atariste %{__common_cflags} -fomit-frame-pointer