Revert "~/.bashrc -> ~/.profile"

This reverts commit 7f6fcf3b085c8cf88cba5a606aaeaa18848ceb0d.
This commit is contained in:
Thomas Pöchtrager 2014-02-15 15:32:55 +01:00
parent 77b27e099f
commit 78d78d4276
2 changed files with 3 additions and 4 deletions

View File

@ -37,8 +37,8 @@ Now edit the `SDK_VERSION` in `build.sh`, so it matches the version you have dow
Then run `./build.sh` to build the cross toolchain (it will build in its own directory).
**Don't forget** to add the printed `` `<path>/osxcross-env` `` to your `~/.profile`.
Then either run `source ~/.profile` or restart your session.
**Don't forget** to add the printed `` `<path>/osxcross-env` `` to your `~/.profile` or `~/.bashrc`.
Then either run `source ~/.profile` or restart your shell session.
That's it. See usage examples below.

View File

@ -323,8 +323,7 @@ echo "Now add"
echo ""
echo -e "\e[32m\`$OSXCROSS_ENV\`\e[0m"
echo ""
echo "to your ~/.profile (including the '\`')"
echo "and run 'source ~/.profile' or restart your session"
echo "to your ~/.bashrc or ~/.profile (including the '\`')"
echo ""
echo "Done! Now you can use o32-clang(++) and o64-clang(++) like a normal compiler"