summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-24 01:20:02 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-07-24 14:37:35 +0700
commit407953e9df712b6d89295f1c402e8778a249a748 (patch)
tree10ee18ed439b932bb0f65ffeab32512e3a2b604a /pkgs/build-support
parenta5049e8caa06200e15818978dc1f319ee9210b88 (diff)
downloadnixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar.gz
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar.bz2
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar.lz
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar.xz
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.tar.zst
nixpkgs-407953e9df712b6d89295f1c402e8778a249a748.zip
Initial implementation of m68k cross-compile
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/bintools-wrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/bintools-wrapper/default.nix b/pkgs/build-support/bintools-wrapper/default.nix
index 5d2f2f977a7..0674c88924e 100644
--- a/pkgs/build-support/bintools-wrapper/default.nix
+++ b/pkgs/build-support/bintools-wrapper/default.nix
@@ -208,6 +208,7 @@ stdenv.mkDerivation {
       else if targetPlatform.isAlpha then "alpha"
       else if targetPlatform.isVc4 then "vc4"
       else if targetPlatform.isOr1k then "or1k"
+      else if targetPlatform.isM68k then "m68k"
       else if targetPlatform.isRiscV then "lriscv"
       else throw "unknown emulation for platform: ${targetPlatform.config}";
     in if targetPlatform.useLLVM or false then ""