summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
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 therillig3-11/+14
2007-02-06Some more gcc options I've found on Solaris.rillig1-1/+6
2007-02-06More gcc options.rillig1-2/+40
2007-01-17The sunpro C++ compiler needs its own cache, since cc and CC transformrillig1-2/+3
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
2007-01-08Fixed a syntax error.rillig1-2/+2
2007-01-08MIPSpro knows the -c99, -M and -MDupdate options.rillig1-1/+5
2007-01-06Added some more flags that gcc definitely knows, to reduce the number ofrillig1-3/+22
2007-01-04Bugfix: Only regular files can be unwrapped.rillig1-2/+2
2007-01-02Added an "eval" to make the <*> line look like the [*] line, in terms ofrillig1-2/+2
2006-12-18Some of the SunPro compilers (cc, c89) cannot handle the -O0 and -O1rillig1-6/+5
2006-12-15Remove trailing tabs.martti2-5/+5
2006-12-15Remove trailing spaces.martti2-10/+10
2006-12-14Add a --wrappee-name command line option to simply return the name ofdmcmahill1-1/+5
2006-12-10Converted to using the functions from wrapper-subr.sh.rillig1-31/+28
2006-12-10+ -Mrillig1-1/+2
2006-12-09Added a small program to test a single transformation plug-in.rillig1-0/+41
2006-12-09Since the wrapper transformations are usually quite hard to follow andrillig1-1/+7
2006-12-09+ -fno-implicit-templatesrillig1-2/+3
2006-12-08The SunPro C++ compiler knows the -template=* option.rillig1-2/+3
2006-12-07+ -Wcast-alignrillig1-1/+8
2006-12-05SunPro knows the -mt option for enabling multi-threaded options.rillig1-3/+4
2006-12-01Added -pipe and -Wno-implicit-int to the list of known gcc options.rillig1-1/+3
2006-11-30Converted the MIPSpro wrappers to use the transform_* functions.rillig2-73/+52
2006-11-30The function transform_pass_with_warning() also gets its debuggingrillig1-1/+2
2006-11-30Adjusted the indentation and the order of checks to match the otherrillig1-120/+82
2006-11-30Made the code simpler by converting it to the new transform_* functions.rillig1-74/+45
2006-11-30Added handlers for the standard options.rillig1-14/+17
2006-11-30Removed the transform_to_nocache() function, since it is unused.rillig1-10/+7
2006-11-30Converted to use the new transform_* functions from wrapper-subr.sh.rillig2-39/+42
2006-11-30Added transform_to_and_split(), which removes the need for therillig1-1/+9
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-29The -E option should be passed to SunPro without a warning.rillig1-1/+4
2006-11-26Removed the separate files for the cache header and footer. This makesrillig5-110/+11
2006-11-26Found some more known options for gcc.rillig1-1/+9
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig3-54/+12
2006-11-26Converted this file to use the shell functions provided inrillig1-29/+30
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.rillig2-1/+49
2006-11-26Renamed transform_pass_unknown to transform_pass_with_warning and addedrillig2-6/+15
2006-11-26transform_pass_unknown writes its warning into the wrapper log file,rillig1-2/+2
2006-11-26Moved the definition of append_extra_args a bit to make the code arillig1-4/+3
2006-11-14Fixed indentation of the debugging messages and the missing newline atrillig1-4/+3
2006-11-11Converted the SunPro wrapper to use the functions from wrapper-subr.sh.rillig1-101/+88
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig3-4/+51
2006-11-11Made the SunPro compiler understand gcc's -MM option for generatingrillig1-1/+6
2006-11-03The Tru64 linker does not know -h ${soname}, only -soname ${soname}.rillig2-2/+12