summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2007-04-14Teach pkgsrc about HP-UX.tnn3-1/+106
2007-04-12Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams.tnn1-1/+4
2007-04-10+ -march=*rillig1-1/+2
2007-04-09Remove special treatment of "DynaLoader.a" completely. It's not necessarytron1-14/+1
2007-03-15wrapper_type can be IMAKE, too.rillig1-2/+2
2007-03-07Added the flags to control diagnostics.rillig1-1/+7
2007-03-07Fixed the documentation of the opt:*:* transformation.rillig1-2/+2
2007-02-23The compiler option -Wl,foo,bar,baz is split into -Wl,foo -Wl,barrillig1-1/+26
2007-02-22Changed the default warning message to include the word "unknown", sincerillig1-2/+2
2007-02-22More documentation.rillig1-3/+3
2007-02-21gcc understands -Wno-unused-parameter.rillig1-1/+2
2007-02-21Changed the failure into a warning when options such as "-I -L" appearrillig1-2/+2
2007-02-21The options -I, -L and -R must not be followed directly by anotherrillig2-2/+12
2007-02-20Mapping command line options to the ABI is not as simple as I thought:rillig1-8/+15
2007-02-19The ABI for which the code should be generated can be queried from therillig4-5/+28
2007-02-19The argument -64 means to use the 64-bit ABI for Sun C and MIPSpro.rillig1-1/+2
2007-02-18The mipspro compiler knows -32, -n32 and -64, of course.rillig1-1/+5
2007-02-18Documented WRAPPER_REORDER_CMDS.rillig1-2/+15
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