summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchains/CC/clang.TARGETS2
-rw-r--r--toolchains/CC/gcc.TARGETS2
-rw-r--r--toolchains/patch/busybox.TARGETS2
3 files changed, 3 insertions, 3 deletions
diff --git a/toolchains/CC/clang.TARGETS b/toolchains/CC/clang.TARGETS
index bcea8e4..d482b54 100644
--- a/toolchains/CC/clang.TARGETS
+++ b/toolchains/CC/clang.TARGETS
@@ -83,7 +83,7 @@
}
}
, "toolchain": ["staged-clang"]
- , "PATH": ["$(TOOLCHAIN)/clang/bin", "/bin"]
+ , "PATH": ["$(TOOLCHAIN)/clang/bin", "/bin", "/usr/bin"]
}
, "staged-clang": {"type": "install", "dirs": [[["", "toolchain"], "clang"]]}
}
diff --git a/toolchains/CC/gcc.TARGETS b/toolchains/CC/gcc.TARGETS
index c0b6fbe..9f0fbc0 100644
--- a/toolchains/CC/gcc.TARGETS
+++ b/toolchains/CC/gcc.TARGETS
@@ -32,7 +32,7 @@
, "else": [["@", "gcc", "", "runlibs"]]
}
, "toolchain": ["staged-gcc"]
- , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin"]
+ , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"]
}
, "staged-gcc": {"type": "install", "dirs": [[["", "toolchain"], "gcc"]]}
}
diff --git a/toolchains/patch/busybox.TARGETS b/toolchains/patch/busybox.TARGETS
index 5581cb7..e027085 100644
--- a/toolchains/patch/busybox.TARGETS
+++ b/toolchains/patch/busybox.TARGETS
@@ -2,7 +2,7 @@
{ "type": ["@", "rules", "patch", "defaults"]
, "PATCH": ["busybox/usr/bin/patch"]
, "toolchain": ["staged-busybox"]
- , "PATH": ["/bin"]
+ , "PATH": ["/bin", "/usr/bin"]
}
, "staged-busybox":
{"type": "install", "dirs": [[["", "toolchain"], "busybox"]]}