diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-11-30 17:29:42 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-11-30 17:29:42 +0000 |
commit | 97c72346c7ac49ec1b9f867cd5109ce668f0ea85 (patch) | |
tree | fe2cf3acf09c302b02d57586ebcbcf40fb835eb1 /profiles/raspberry-pi | |
parent | net-p2p/monero: add AES USE flag (diff) | |
download | portage-97c72346c7ac49ec1b9f867cd5109ce668f0ea85.tar.xz |
profiles/raspberry-pi/3b+: add CPU_FLAGS_ARM
Diffstat (limited to 'profiles/raspberry-pi')
-rw-r--r-- | profiles/raspberry-pi/3b+/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/raspberry-pi/3b+/make.defaults b/profiles/raspberry-pi/3b+/make.defaults index 1e485af2..05696b74 100644 --- a/profiles/raspberry-pi/3b+/make.defaults +++ b/profiles/raspberry-pi/3b+/make.defaults @@ -1,3 +1,5 @@ CHOST="aarch64-unknown-linux-gnu" CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" + +CPU_FLAGS_ARM="edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 crc32 v4 v5 v6 v7 v8 thumb2" |