diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-08 16:04:25 +0000 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-08 16:04:25 +0000 |
commit | d00473e15c1664c82570f4deb972f5563a294f42 (patch) | |
tree | 226f5e6121dbd06b9bc57961c49c21074ed99f36 /profiles/prefix/openbsd/7.3/x64/make.defaults | |
download | gentoo-openbsd-master.tar.gz |
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'profiles/prefix/openbsd/7.3/x64/make.defaults')
-rw-r--r-- | profiles/prefix/openbsd/7.3/x64/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/prefix/openbsd/7.3/x64/make.defaults b/profiles/prefix/openbsd/7.3/x64/make.defaults new file mode 100644 index 0000000..662b499 --- /dev/null +++ b/profiles/prefix/openbsd/7.3/x64/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="x64-openbsd" +CHOST="x86_64-pc-openbsd7.3" +ACCEPT_KEYWORDS="~x64-openbsd" |