From c24e0134ca2311a2e4cfe7d942db9e1e1df3b49a Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 28 Feb 2014 12:16:21 +0000 Subject: [PATCH] $top/stuff/bin does not exist anymore so don't add it to the PATH --- prepare-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-env b/prepare-env index 5643896..756a168 100644 --- a/prepare-env +++ b/prepare-env @@ -11,5 +11,5 @@ optldflags="-s -Wl,--gc-sections -Wl,-z,relro,-z,now" optcflags="-fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack" export optldflags optcflags -PATH=$root/opt/cross/x86_64-linux-musl/bin:$top/stuff/bin:$PATH +PATH=$root/opt/cross/x86_64-linux-musl/bin:$PATH export PATH