Age | Commit message (Expand) | Author | Files | Lines |
2007-09-13 | The word "skipped" is ambiguous. Use "untransformed" instead. | rillig | 1 | -2/+2 |
2007-09-11 | Merge -D and the following word, so -D UNIX -D WHATEVER doesn't get | rillig | 1 | -2/+2 |
2007-09-08 | gcc knows -fpic. | rillig | 1 | -1/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 4 | -2/+177 |
2007-06-18 | Changed the plain "mkdir" into ${MKDIR}, like in all the other cases. | rillig | 1 | -2/+2 |
2007-06-15 | Added transformations for -R, -fPIC, -kPIC, -KPIC and -g3. | rillig | 1 | -1/+5 |
2007-06-09 | Added a slight variation of the patch provided in PR 36187 by Naoto | rillig | 1 | -4/+7 |
2007-06-06 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save some | rillig | 1 | -49/+39 |
2007-05-28 | Remove trailing spaces. | martti | 2 | -4/+4 |
2007-05-19 | When a wrapped compiler or linker command fails, the transformed command | rillig | 1 | -2/+2 |
2007-05-06 | Back out previous. The packages that incorrectly assume that ld | tnn | 2 | -7/+1 |
2007-04-29 | --version-script is GNU ld specific, remove from command line. | tnn | 2 | -1/+7 |
2007-04-28 | Correct comment about -g3 flag. | tnn | 1 | -2/+2 |
2007-04-22 | Handle linker optimization flag. | tnn | 1 | -1/+6 |
2007-04-21 | fix typo | tnn | 1 | -2/+2 |
2007-04-21 | add workaround for ld(1) run path problems and document those | tnn | 2 | -1/+33 |
2007-04-14 | Teach pkgsrc about HP-UX. | tnn | 3 | -1/+106 |
2007-04-12 | Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams. | tnn | 1 | -1/+4 |
2007-04-10 | + -march=* | rillig | 1 | -1/+2 |
2007-04-09 | Remove special treatment of "DynaLoader.a" completely. It's not necessary | tron | 1 | -14/+1 |
2007-03-15 | wrapper_type can be IMAKE, too. | rillig | 1 | -2/+2 |
2007-03-07 | Added the flags to control diagnostics. | rillig | 1 | -1/+7 |
2007-03-07 | Fixed the documentation of the opt:*:* transformation. | rillig | 1 | -2/+2 |
2007-02-23 | The compiler option -Wl,foo,bar,baz is split into -Wl,foo -Wl,bar | rillig | 1 | -1/+26 |
2007-02-22 | Changed the default warning message to include the word "unknown", since | rillig | 1 | -2/+2 |
2007-02-22 | More documentation. | rillig | 1 | -3/+3 |
2007-02-21 | gcc understands -Wno-unused-parameter. | rillig | 1 | -1/+2 |
2007-02-21 | Changed the failure into a warning when options such as "-I -L" appear | rillig | 1 | -2/+2 |
2007-02-21 | The options -I, -L and -R must not be followed directly by another | rillig | 2 | -2/+12 |
2007-02-20 | Mapping command line options to the ABI is not as simple as I thought: | rillig | 1 | -8/+15 |
2007-02-19 | The ABI for which the code should be generated can be queried from the | rillig | 4 | -5/+28 |
2007-02-19 | The argument -64 means to use the 64-bit ABI for Sun C and MIPSpro. | rillig | 1 | -1/+2 |
2007-02-18 | The mipspro compiler knows -32, -n32 and -64, of course. | rillig | 1 | -1/+5 |
2007-02-18 | Documented WRAPPER_REORDER_CMDS. | rillig | 1 | -2/+15 |
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 | 3 | -11/+14 |
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-17 | The sunpro C++ compiler needs its own cache, since cc and CC transform | rillig | 1 | -2/+3 |
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 |
2007-01-08 | Fixed a syntax error. | rillig | 1 | -2/+2 |
2007-01-08 | MIPSpro knows the -c99, -M and -MDupdate options. | rillig | 1 | -1/+5 |
2007-01-06 | Added some more flags that gcc definitely knows, to reduce the number of | rillig | 1 | -3/+22 |
2007-01-04 | Bugfix: Only regular files can be unwrapped. | rillig | 1 | -2/+2 |
2007-01-02 | Added an "eval" to make the <*> line look like the [*] line, in terms of | rillig | 1 | -2/+2 |
2006-12-18 | Some of the SunPro compilers (cc, c89) cannot handle the -O0 and -O1 | rillig | 1 | -6/+5 |
2006-12-15 | Remove trailing tabs. | martti | 2 | -5/+5 |
2006-12-15 | Remove trailing spaces. | martti | 2 | -10/+10 |
2006-12-14 | Add a --wrappee-name command line option to simply return the name of | dmcmahill | 1 | -1/+5 |