Skip to content

Commit

Permalink
Revert "i wana comet suise"
Browse files Browse the repository at this point in the history
This reverts commit 63e3104.
  • Loading branch information
fukiame committed Nov 26, 2023
1 parent 63e3104 commit d819899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/Eva-GCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case $1 in
;;

"build" )
export PATH="${GCC64}/bin:${GCC32}/bin:/usr/bin:${PATH}:${GCC64}/bin:${GCC32}/bin"
export PATH="${GCC64}/bin:${GCC32}/bin:/usr/bin:${PATH}"
make -j$(nproc --all) O=out ARCH=arm64 SUBARCH=arm64 $2
make -j$(nproc --all) O=out \
CROSS_COMPILE=aarch64-elf- \
Expand Down

0 comments on commit d819899

Please sign in to comment.