summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/libcpp
AgeCommit message (Collapse)AuthorFilesLines
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostespie1-1/+3
programs will build even without a make depend first. okay tb@ millert@
2009-11-02Include the type override definitions and use the correct targetjsg1-1/+3
information so this works on i386 as well. ok robert@
2009-10-15We need to include Makefile.inc hererobert1-1/+3
2009-10-15Import a BSD make based infrastructure for building gcc, based on therobert2-0/+312
same solution from FreeBSD. Don't even try to build it at the moment. This is commited so people can work on it in tree.