diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-24 03:51:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-24 03:51:17 +0100 |
commit | 1e9275d80771f014d7754407ca8ab9d7c43247b0 (patch) | |
tree | 2843c5027c4bae59c7cc5dc677e3021510cf96ee /profiles/arch | |
parent | ba3d6ddada23eaa04f85228bee3438ab479b4442 (diff) |
gentoo auto-resync : 24:10:2022 - 03:51:17
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 0c05dec124e2..e7e18ff6a912 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="amd64" @@ -28,7 +28,7 @@ LDFLAGS_amd64="-m elf_x86_64" CHOST_amd64="x86_64-pc-linux-gnu" # 32bit specific settings. -CFLAGS_x86="-m32" +CFLAGS_x86="-m32 -mfpmath=sse" LDFLAGS_x86="-m elf_i386" CHOST_x86="i686-pc-linux-gnu" |