Age | Commit message (Expand) | Author | Files | Lines |
2007-11-28 | Do not load the $cache file for every argument. Instead, load it once | rillig | 2 | -5/+8 |
2007-11-28 | Oops, don't overflow the terminal. | rillig | 1 | -2/+2 |
2007-11-28 | sunpro doesn't need -lstdc++. | rillig | 1 | -1/+4 |
2007-11-28 | Using a single awk process instead of a pipe of four grep processes | rillig | 1 | -4/+6 |
2007-11-19 | Sunpro doesn't need -rdynamic, since the linker is sensible by default. | rillig | 1 | -1/+2 |
2007-11-08 | Preserve the -Wl,-Bstatic / -Wl,-Bdynamic arguments, but also | he | 1 | -1/+11 |
2007-11-01 | sunpro doesn't know -ggdb. | rillig | 1 | -1/+4 |
2007-10-17 | Handle more variants of the position independent code flag from Solaris. | is | 1 | -1/+3 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-10-05 | When linking with XLC on AIX, force -brtl to get linkage behaviour we | joerg | 1 | -1/+8 |
2007-09-20 | When CPP is defined as "cc -E", the wrapper framework created the | rillig | 1 | -1/+2 |
2007-09-19 | Fixed incorrect quoting of arguments. This behavior had been unnoticed | rillig | 2 | -9/+4 |
2007-09-19 | Before and after the transformations, the commands are written to the | rillig | 1 | -3/+4 |
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 |