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