fish/functions/oldgcc.fish @ b1afc5432344

moooroe
author Steve Losh <steve@stevelosh.com>
date Sun, 02 Mar 2014 13:10:47 -0500
parents d66bfb2537fe
children (none)
function oldgcc -d "Set \$CC to the old GCC"
    set -g CC /usr/bin/gcc-4.0
end