diff options
Diffstat (limited to 'etc/defaults/CC/tools.TARGETS')
-rw-r--r-- | etc/defaults/CC/tools.TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/CC/tools.TARGETS b/etc/defaults/CC/tools.TARGETS index 08eb7b0..d252852 100644 --- a/etc/defaults/CC/tools.TARGETS +++ b/etc/defaults/CC/tools.TARGETS @@ -5,7 +5,7 @@ , "AR": ["gcc/bin/ar"] , "LDFLAGS": ["-static", "-l:mimalloc.o"] , "toolchain": ["staged-gcc"] - , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"] + , "PATH": ["/bin", "/usr/bin"] } , "staged-gcc": {"type": "install", "dirs": [[["@", "gcc-musl", "", "toolchain"], "gcc"]]} |