fish/functions/oldgcc.fish @ 11ac6a11cf19

Merge.
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Oct 2017 15:33:39 -0400
parents d66bfb2537fe
children (none)
function oldgcc -d "Set \$CC to the old GCC"
    set -g CC /usr/bin/gcc-4.0
end