Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

M1 fix #23

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove environment variables
  • Loading branch information
PotatoParser authored Aug 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d468eea645a2f31892b3a87bde16540df14245d9
7 changes: 0 additions & 7 deletions modules/cs162/templates/shell/bashrc
Original file line number Diff line number Diff line change
@@ -131,13 +131,6 @@ if ! shopt -oq posix; then
fi
fi

if [[ $(uname -m) =~ ^arm|^aarch ]]; then
export CC=/bin/gcc
export LD=/bin/gcc
export PREFIX="/usr/local/i386elfgcc"
export TARGET=i386-elf
fi

. ~/.cs162.bashrc

[ -f ~/.fzf.bash ] && source ~/.fzf.bash