Revert "meson.eclass: define host_machine in the native machine file"
authorMike Gilbert <floppym@gentoo.org>
Sun, 24 May 2020 03:42:17 +0000 (23:42 -0400)
committerMike 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

index 617e5cb23e513d5bcc7e3d2734c847f53525a328..e79faa1beea3f84aac00f1f232c7d9efc2d2d62b 100644 (file)
@@ -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}"