fish/functions/oldgcc.fish @ dca331c6bf8f

fzero
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Jan 2014 13:03:42 -0500
parents d66bfb2537fe
children (none)
function oldgcc -d "Set \$CC to the old GCC"
    set -g CC /usr/bin/gcc-4.0
end