Age | Commit message (Expand) | Author | Files | Lines |
2016-03-14 | Add support for -isystem to legacy wrappers. | markd | 1 | -1/+2 |
2016-03-12 | Also register "-pie" as a known argument for gcc(1) | khorben | 1 | -1/+2 |
2016-03-11 | Add support for a number of security features | khorben | 1 | -1/+10 |
2013-12-31 | Don't try to convert the SunStudio option "-mt". There is no GCC option | tron | 1 | -2/+2 |
2012-07-23 | Pass through -specs, as used by devel/binutils/override-as.mk | jperkin | 1 | -1/+5 |
2012-06-08 | Ignore SunPRO -errwarn flags to prevent it from being recognized as a entry | obache | 1 | -1/+6 |
2012-03-07 | Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R, | he | 1 | -1/+7 |
2012-02-06 | Make transform-gcc recognize some the strange and disturbing things which | bsiegert | 1 | -2/+9 |
2012-02-06 | Revert runaway commit | fhajny | 1 | -4/+1 |
2012-02-06 | Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicorn | fhajny | 1 | -1/+4 |
2012-01-21 | gcc also knows -mschedule=* | shattered | 1 | -1/+2 |
2011-01-23 | Add support for MirBSD to pkgsrc. Patches from Benny Siegert and | agc | 1 | -1/+3 |
2009-08-15 | Recognize -m32. Change reundant -kPIC to -kpic to match the set. | joerg | 1 | -3/+4 |
2008-02-19 | Pass gcc's -mabi=* option (used on mips) without warning. | tnn | 1 | -1/+2 |
2007-10-17 | Handle more variants of the position independent code flag from Solaris. | is | 1 | -1/+3 |
2007-09-08 | gcc knows -fpic. | rillig | 1 | -1/+2 |
2007-04-10 | + -march=* | rillig | 1 | -1/+2 |
2007-02-21 | gcc understands -Wno-unused-parameter. | rillig | 1 | -1/+2 |
2007-02-19 | The argument -64 means to use the 64-bit ABI for Sun C and MIPSpro. | rillig | 1 | -1/+2 |
2007-02-06 | Some more gcc options I've found on Solaris. | rillig | 1 | -1/+6 |
2007-02-06 | More gcc options. | rillig | 1 | -2/+40 |
2007-01-06 | Added some more flags that gcc definitely knows, to reduce the number of | rillig | 1 | -3/+22 |
2006-12-10 | + -M | rillig | 1 | -1/+2 |
2006-12-09 | + -fno-implicit-templates | rillig | 1 | -2/+3 |
2006-12-07 | + -Wcast-align | rillig | 1 | -1/+8 |
2006-12-01 | Added -pipe and -Wno-implicit-int to the list of known gcc options. | rillig | 1 | -1/+3 |
2006-11-30 | Minor reformatting. I'm still not sure what the ideal indentation and | rillig | 1 | -17/+13 |
2006-11-30 | Reformatted the file to look more beautiful. | rillig | 1 | -42/+39 |
2006-11-26 | Found some more known options for gcc. | rillig | 1 | -1/+9 |
2006-11-26 | Merged the transformations from the Solaris-specific gcc part into the | rillig | 1 | -1/+11 |
2006-11-26 | Oops, unknown options should be _passed_ to the real compiler, not | rillig | 1 | -5/+7 |
2006-11-26 | Added a transformation file for gcc to check for unknown options. | rillig | 1 | -0/+42 |