diff options
author | Wolfgang Müller | 2024-03-29 12:46:44 +0000 |
---|---|---|
committer | Wolfgang Müller | 2024-05-04 21:39:53 +0000 |
commit | 1ba18873e5f4e1a1bc465bdf282acaf5f5772176 (patch) | |
tree | d73d285480dedd3c4f7d938ba5d8c72512b25a93 | |
parent | 9785f80d839394fee289eaba4f4ded27968351da (diff) | |
download | portage-roles-1ba18873e5f4e1a1bc465bdf282acaf5f5772176.tar.gz |
host-coleridge: Remove CHOST for migration to 23.0 profiles
-rw-r--r-- | host-coleridge/make.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host-coleridge/make.conf b/host-coleridge/make.conf index 1170d0f..fa719c0 100644 --- a/host-coleridge/make.conf +++ b/host-coleridge/make.conf @@ -1,6 +1,5 @@ CFLAGS="-O2 -march=native -mtune=native -pipe" CXXFLAGS="${CFLAGS}" -CHOST="x86_64-gentoo-linux-musl" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" |