diff options
-rw-r--r-- | etc/defaults/CC/foreign/stage-1.TARGETS | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/defaults/CC/foreign/stage-1.TARGETS b/etc/defaults/CC/foreign/stage-1.TARGETS index b1219fe..242e44e 100644 --- a/etc/defaults/CC/foreign/stage-1.TARGETS +++ b/etc/defaults/CC/foreign/stage-1.TARGETS @@ -1,17 +1,10 @@ { "defaults": { "type": ["CC/foreign", "defaults"] , "MAKE": ["make/bin/make"] - , "toolchain": ["staged-make", "staged-busybox"] - , "PATH": - [ "$(TOOLCHAIN)/make/bin" - , "$(TOOLCHAIN)/busybox/bin" - , "$(TOOLCHAIN)/busybox/usr/bin" - ] + , "toolchain": ["staged-make"] } , "staged-make": {"type": "install", "dirs": [[["@", "make", "", "toolchain"], "make"]]} -, "staged-busybox": - {"type": "install", "dirs": [[["@", "busybox", "", "toolchain"], "busybox"]]} , "expand_exec": { "type": "configure" , "target": ["@", "stage-0", "CC/foreign", "expand_exec"] |