fish/functions/oldgcc.fish @ 159c993863c4

Less
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Dec 2018 15:33:54 -0500
parents d66bfb2537fe
children (none)
function oldgcc -d "Set \$CC to the old GCC"
    set -g CC /usr/bin/gcc-4.0
end