summaryrefslogtreecommitdiff
path: root/mk/wrapper/transform-gcc
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Ignore SunPRO -errwarn flags to prevent it from being recognized as a entryobache1-1/+6
2012-03-07Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R,he1-1/+7
2012-02-06Make transform-gcc recognize some the strange and disturbing things whichbsiegert1-2/+9
2012-02-06Revert runaway commitfhajny1-4/+1
2012-02-06Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicornfhajny1-1/+4
2012-01-21gcc also knows -mschedule=*shattered1-1/+2
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc1-1/+3
2009-08-15Recognize -m32. Change reundant -kPIC to -kpic to match the set.joerg1-3/+4
2008-02-19Pass gcc's -mabi=* option (used on mips) without warning.tnn1-1/+2
2007-10-17Handle more variants of the position independent code flag from Solaris.is1-1/+3
2007-09-08gcc knows -fpic.rillig1-1/+2
2007-04-10+ -march=*rillig1-1/+2
2007-02-21gcc understands -Wno-unused-parameter.rillig1-1/+2
2007-02-19The argument -64 means to use the 64-bit ABI for Sun C and MIPSpro.rillig1-1/+2
2007-02-06Some more gcc options I've found on Solaris.rillig1-1/+6
2007-02-06More gcc options.rillig1-2/+40
2007-01-06Added some more flags that gcc definitely knows, to reduce the number ofrillig1-3/+22
2006-12-10+ -Mrillig1-1/+2
2006-12-09+ -fno-implicit-templatesrillig1-2/+3
2006-12-07+ -Wcast-alignrillig1-1/+8
2006-12-01Added -pipe and -Wno-implicit-int to the list of known gcc options.rillig1-1/+3
2006-11-30Minor reformatting. I'm still not sure what the ideal indentation andrillig1-17/+13
2006-11-30Reformatted the file to look more beautiful.rillig1-42/+39
2006-11-26Found some more known options for gcc.rillig1-1/+9
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig1-1/+11
2006-11-26Oops, unknown options should be _passed_ to the real compiler, notrillig1-5/+7
2006-11-26Added a transformation file for gcc to check for unknown options.rillig1-0/+42