commit: 30cc6d3ecd0e7459f8a5cb2f7c47c84a1d2de082
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 03:42:17 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May 24 03:42:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc6d3e
Revert "meson.eclass: define host_machine in the native machine file"
This change did not have the desired effect.
Reverts: c21b75bd0b6bf77e2b51c51222b4281729bb1c01.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
eclass/meson.eclass | 6 ------
1 file changed, 6 deletions(-)
diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 617e5cb23e5..e79faa1beea 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -253,12 +253,6 @@ _meson_create_native_file() {
cpu_family = '${cpu_family}'
cpu = '${cpu}'
endian = '$(tc-endian "${CBUILD}")'
-
- [host_machine]
- system = '${system}'
- cpu_family = '${cpu_family}'
- cpu = '${cpu}'
- endian = '$(tc-endian "${CBUILD}")'
EOF
echo "${fn}"