From d8d9be0691a32642c5c9815913c0ffdaa5d92edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 9 Apr 2020 09:39:01 +0200 Subject: profiles: switch to subprofiles for cpu and gpu --- profiles/base/cpu/intel/i7/eapi | 1 + profiles/base/cpu/intel/i7/make.defaults | 2 ++ profiles/base/cpu/intel/i7/parent | 1 + 3 files changed, 4 insertions(+) create mode 100644 profiles/base/cpu/intel/i7/eapi create mode 100644 profiles/base/cpu/intel/i7/make.defaults create mode 100644 profiles/base/cpu/intel/i7/parent (limited to 'profiles/base/cpu/intel/i7') diff --git a/profiles/base/cpu/intel/i7/eapi b/profiles/base/cpu/intel/i7/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/base/cpu/intel/i7/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/base/cpu/intel/i7/make.defaults b/profiles/base/cpu/intel/i7/make.defaults new file mode 100644 index 0000000..abe68c2 --- /dev/null +++ b/profiles/base/cpu/intel/i7/make.defaults @@ -0,0 +1,2 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="$CPU_FLAGS_X86 f16c pclmul" diff --git a/profiles/base/cpu/intel/i7/parent b/profiles/base/cpu/intel/i7/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/base/cpu/intel/i7/parent @@ -0,0 +1 @@ +../ -- cgit v1.2.3