]> gitweb.factorcode.org Git - factor.git/commit
debian: Don't install gcc g++ on debian.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Mar 2019 03:08:26 +0000 (21:08 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Mar 2019 03:19:33 +0000 (21:19 -0600)
commitd6c3cff581ad514c6bf8be9b9a65d4c97e91d82a
treeebf0bd36c93451159a615e896ff5522d0ba0a4c7
parent4403155dceff38a407fcbca9099f285c8ed8d991
debian: Don't install gcc g++ on debian.

gmake assumes default CC is cc, CXX is g++ (not c++).
In order to make this sane (c++), we check if the shell variable CXX was set
and if so we honor it, else we set CXX to c++.
GNUmakefile
build.sh
vm/Config.linux