how-lix-os-pkgs/mrustc/default/patches-available/0300-ppc64le-minicargo-mani...

14 lines
468 B
Diff

diff --git a/tools/minicargo/manifest.cpp b/tools/minicargo/manifest.cpp
index 569b6696..2329a362 100644
--- a/tools/minicargo/manifest.cpp
+++ b/tools/minicargo/manifest.cpp
@@ -21,7 +21,7 @@
#elif defined(__NetBSD__)
# define TARGET_NAME "x86_64-unknown-netbsd"
#else
-# define TARGET_NAME "x86_64-unknown-linux-gnu"
+# define TARGET_NAME "powerpc64le-unknown-linux-musl"
#endif
static ::std::vector<::std::shared_ptr<PackageManifest>> g_loaded_manifests;