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