summaryrefslogtreecommitdiff
path: root/lang/gcc6-aux/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08lang/gcc*: Fix some obvious copy/paste errors.jperkin1-4/+3
2019-11-03lang: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-01-28recursive bump after mpfr shlib major bumpwiz1-1/+2
2018-01-07Fix indentation in buildlink3.mk files.rillig1-4/+4
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2016-12-13Add lang/gcc6-aux to pkgsrcmarino1-0/+22
I had intended to migrate the ada framework to use gcc6-aux instead of lang/gcc5-aux, but unfortunately there's been a regression on NetBSD. It builds and tests perfectly on DragonFly and FreeBSD, but it only builds on NetBSD. All the ACAT tests that involve tasking fail, but the cause is unclear. All the modifications used on gcc5-aux for NetBSD are present in gcc6-aux but pthread destruction results in a segfault. Since then gcc5-aux support has been improved, so I'm putting this away for a while. NetBSD has been removed from the platform support list for now, but I'll review any patches I get to fix NetBSD tasking. This compiler is based on gcc 6.2 and is primarily used for the Ada frontend.