projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21b75b
)
Revert "meson.eclass: define host_machine in the native machine file"
author
Mike Gilbert
<floppym@gentoo.org>
Sun, 24 May 2020 03:42:17 +0000
(23:42 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 24 May 2020 03:42:17 +0000
(23:42 -0400)
This change did not have the desired effect.
Reverts:
c21b75bd0b6bf77e2b51c51222b4281729bb1c01
.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
eclass/meson.eclass
patch
|
blob
|
history
diff --git
a/eclass/meson.eclass
b/eclass/meson.eclass
index 617e5cb23e513d5bcc7e3d2734c847f53525a328..e79faa1beea3f84aac00f1f232c7d9efc2d2d62b 100644
(file)
--- 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}"