summaryrefslogtreecommitdiff
path: root/src/stage2/patches/systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/systemd.patch')
-rw-r--r--src/stage2/patches/systemd.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stage2/patches/systemd.patch b/src/stage2/patches/systemd.patch
index 5e776c4..e8c6241 100644
--- a/src/stage2/patches/systemd.patch
+++ b/src/stage2/patches/systemd.patch
@@ -14,10 +14,10 @@
+ cat > cross-file << EOF
+[binaries]
-+c = '@TARGET@-gcc'
-+cpp = '@TARGET@-g++'
-+ar = '@TARGET@-ar'
-+strip = '@TARGET@-strip'
++c = '@CHOST@-gcc'
++cpp = '@CHOST@-g++'
++ar = '@CHOST@-ar'
++strip = '@CHOST@-strip'
+pkgconfig = 'pkg-config'
+[host_machine]
+system = 'linux'