mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 15:12:29 +00:00
af100f8156
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3539 fc73d0e0-1445-4013-8a0c-d673dee63da5
8 lines
No EOL
344 B
Bash
8 lines
No EOL
344 B
Bash
alias gcc='ccache gcc'
|
|
alias i586-mingw32msvc-gcc='ccache i586-mingw32msvc-gcc'
|
|
alias llvm-gcc='ccache llvm-gcc'
|
|
alias clang='ccache clang'
|
|
alias icc='ccache icc'
|
|
alias powerpc-apple-darwin8-gcc='ccache powerpc-apple-darwin8-gcc'
|
|
alias i686-apple-darwin8-gcc='ccache i686-apple-darwin8-gcc'
|
|
alias ppc-morphos-gcc='ccache ppc-morphos-gcc' |