$top/stuff/bin does not exist anymore so don't add it to the PATH

This commit is contained in:
sin 2014-02-28 12:16:21 +00:00
parent 48fae9137f
commit c24e0134ca

View File

@ -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