Age | Commit message (Expand) | Author | Files | Lines |
2012-02-07 | Transform -ggdb<level> to -g, too. | shattered | 1 | -2/+2 |
2008-06-17 | Add a bunch of supported options. | sketch | 1 | -1/+8 |
2007-11-28 | sunpro doesn't need -lstdc++. | rillig | 1 | -1/+4 |
2007-11-19 | Sunpro doesn't need -rdynamic, since the linker is sensible by default. | rillig | 1 | -1/+2 |
2007-11-01 | sunpro doesn't know -ggdb. | rillig | 1 | -1/+4 |
2007-06-09 | Added a slight variation of the patch provided in PR 36187 by Naoto | rillig | 1 | -4/+7 |
2007-02-07 | Added option handlers for all of -fPIC, -fpic, -KPIC, -kPIC, | rillig | 1 | -3/+7 |
2007-02-06 | Added a new variable wrapper_type to the wrappers, so that the | rillig | 1 | -9/+9 |
2007-01-17 | The sunpro wrapper needs to distinguish whether cc or CC is called in | rillig | 1 | -6/+31 |
2007-01-14 | Options to subprocesses like the assember must pass the transformations. | rillig | 1 | -5/+2 |
2006-12-18 | Some of the SunPro compilers (cc, c89) cannot handle the -O0 and -O1 | rillig | 1 | -6/+5 |
2006-12-08 | The SunPro C++ compiler knows the -template=* option. | rillig | 1 | -2/+3 |
2006-12-05 | SunPro knows the -mt option for enabling multi-threaded options. | rillig | 1 | -3/+4 |
2006-11-30 | Adjusted the indentation and the order of checks to match the other | rillig | 1 | -120/+82 |
2006-11-29 | The -E option should be passed to SunPro without a warning. | rillig | 1 | -1/+4 |
2006-11-26 | Renamed transform_pass_unknown to transform_pass_with_warning and added | rillig | 1 | -2/+2 |
2006-11-11 | Converted the SunPro wrapper to use the functions from wrapper-subr.sh. | rillig | 1 | -101/+88 |
2006-11-11 | Made the SunPro compiler understand gcc's -MM option for generating | rillig | 1 | -1/+6 |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 1 | -14/+14 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 1 | -14/+14 |
2005-11-28 | The SunPro compiler does not understand the gcc-specific -pipe option, | rillig | 1 | -2/+2 |
2005-08-20 | add -xnolibmopt after -fast to disable the use of libsunmath (until it | grant | 1 | -2/+14 |
2005-08-18 | pass through -f flags that sunpro understands verbatim, drop other -f* | grant | 1 | -2/+16 |
2005-08-18 | drop -Wl,--export-dynamic, as Solaris ld(1) default behaviour is to | grant | 1 | -1/+10 |
2005-08-13 | transform -Wl,-soname to -h for sunpro | grant | 1 | -1/+9 |
2005-07-06 | Added the gcc option -fpermissive to the list of options that are ignored | rillig | 1 | -2/+2 |
2005-07-05 | ignore more gcc-specific arguments: | grant | 1 | -2/+2 |
2005-07-04 | sunpro needs the -mt -lpthread arguments for POSIX threads according | grant | 1 | -4/+4 |
2004-11-10 | SunPro understands -Wl,* and passes to the relevant backend, so don't bin it. | sketch | 1 | -3/+9 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -0/+115 |