# DragonFly maintains two sets of compilers. # In order to keep man page generation simple when the primary compiler # changes, this makefile will direct the makefile that included it to # hardlink a generic man pages for the selected primary compiler. # The same approach is used for the two sets of binutils CC_PRIMARY= gcc50 CC_BACKUP= gcc47 .if defined(COMPVERSION) .if (${COMPVERSION} == ${CC_PRIMARY}) IS_PRIMARY= 1 .endif .endif