| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid reserved names for functions and variables, bug 516092. | ![](//www.gravatar.com/avatar/9b780464538c2e5d91e7ef48683ad46d?s=13&d=retro) Ulrich Müller | 2014-07-11 | 1 | -9/+9 |
* | s/aarch64/arm64/ for ABI names | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2014-01-17 | 1 | -7/+7 |
* | multilib_env: add aarch64 details | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2014-01-17 | 1 | -2/+22 |
* | keep unset multilib vars unset rather than exporting them as empty #461682 by... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2013-04-22 | 1 | -3/+4 |
* | Set PKG_CONFIG_{LIBDIR,PATH} for multilib builds. Approved by vapier in bug #... | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2013-01-21 | 1 | -4/+6 |
* | only enable multilib by default for sparc64 targets #397449 by Sergei Trofimo... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-10-17 | 1 | -2/+2 |
* | add local to a few missing vars | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-08-27 | 1 | -6/+4 |
* | handle new x32 chost | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-08-22 | 1 | -5/+14 |
* | all callers to specify a different set of ABIs with get_all_abis so that we c... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-06-03 | 1 | -6/+13 |
* | Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain wi... | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2011-12-14 | 1 | -2/+2 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-10 | 1 | -3/+7 |
* | drop AS export since get_abi_ASFLAGS no longer exists | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-10-27 | 1 | -2/+1 |
* | simplify get_abi_var logic a bit | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-10-17 | 1 | -12/+2 |
* | delete unused functions | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-10-14 | 1 | -38/+2 |
* | eat trailing whitespace | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-08-18 | 1 | -2/+2 |
* | Convert every instance of hasq to has. | ![](//www.gravatar.com/avatar/3fd276704065a063dbbb61aa9e03df7e?s=13&d=retro) Samuli Suominen | 2011-07-08 | 1 | -4/+4 |
* | punt now unused get_ml_incdir/prep_ml_includes funcs and associated CDEFINE l... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-18 | 1 | -270/+1 |
* | fix typos in get_install_abis ... not that this code gets used as no one seem... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-18 | 1 | -3/+3 |
* | rewrite number_abis in pure bash | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-18 | 1 | -2/+3 |
* | fix typo in SYMLINK_LIB name | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-18 | 1 | -2/+2 |
* | use "lib" for x86 ABI when SYMLINK_LIBDIR=no | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-18 | 1 | -2/+6 |
* | get_all_libdirs: append "lib" only if it wasnt already seen rather than alway... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-16 | 1 | -4/+5 |
* | fix typo in new multilib_env export code pointed out by Ryan | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-10 | 1 | -2/+2 |
* | is_final_abi: rewrite with bash arrays to simplify a bit | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-10 | 1 | -4/+4 |
* | dont hard reset MULTILIB_ABIS/DEFAULT_ABI ... this fixes no-multilib builds #... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-10 | 1 | -13/+21 |
* | make sure we restore the previous abi env vars every time we load up a new ab... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-10 | 1 | -13/+16 |
* | x86 abi on 64bit host is "lib32" not "lib" | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-03-07 | 1 | -2/+2 |
* | Fix quoting | ![](//www.gravatar.com/avatar/856efed0537ae459096eb6760c5b8894?s=13&d=retro) Harald van Dijk | 2010-08-14 | 1 | -2/+2 |
* | Change ELT-patches for AIX to use import files as soname-emulator (bug#213277). | ![](//www.gravatar.com/avatar/66167d0494b567c7354b16d65b262623?s=13&d=retro) Michael Haubenwallner | 2010-05-20 | 1 | -3/+1 |
* | add Prefix compatability | ![](//www.gravatar.com/avatar/1df68b8a4354a76e6006c1f429fd7bce?s=13&d=retro) Fabian Groffen | 2009-10-08 | 1 | -5/+7 |
* | add get_modname function that retrieves the shared module extension, like get... | ![](//www.gravatar.com/avatar/1df68b8a4354a76e6006c1f429fd7bce?s=13&d=retro) Fabian Groffen | 2009-10-08 | 1 | -1/+21 |
* | add hppa*-hpux support to get_libname | ![](//www.gravatar.com/avatar/1df68b8a4354a76e6006c1f429fd7bce?s=13&d=retro) Fabian Groffen | 2009-10-08 | 1 | -1/+2 |
* | first argument is version, not the library name | ![](//www.gravatar.com/avatar/1df68b8a4354a76e6006c1f429fd7bce?s=13&d=retro) Fabian Groffen | 2009-06-14 | 1 | -3/+3 |
* | backport fix from Prefix for get_libname to support AIX and FreeMiNT | ![](//www.gravatar.com/avatar/1df68b8a4354a76e6006c1f429fd7bce?s=13&d=retro) Fabian Groffen | 2009-04-04 | 1 | -4/+8 |
* | set each component explicitly and avoid requiring magic gcc-config behavior | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2009-02-20 | 1 | -18/+23 |
* | quote some vars, bug #258214 | ![](//www.gravatar.com/avatar/99c8bf8817f68b59cef3e50f03f7b011?s=13&d=retro) Markus Meier | 2009-02-09 | 1 | -3/+3 |
* | disable ccache when selecting a multilib other than the default #196243 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2009-01-09 | 1 | -1/+13 |
* | tweak cygwin target | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2008-11-28 | 1 | -4/+4 |
* | cygwin targets produce dlls | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2008-11-28 | 1 | -4/+4 |
* | add support for 32bit userland with multilib on sparc | ![](//www.gravatar.com/avatar/84663e9bd07f9765414fb0fb6a84cf88?s=13&d=retro) Friedrich Oslage | 2008-06-22 | 1 | -5/+5 |
* | remove old docs as well | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2008-06-01 | 1 | -79/+1 |
* | add eclass documentation by mren #210521 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2008-06-01 | 1 | -35/+108 |
* | add .dll to the fugly list | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2008-05-02 | 1 | -4/+5 |
* | (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (2/2) | ![](//www.gravatar.com/avatar/b9e30964c7bbc7633a706ef16a4f57c7?s=13&d=retro) Piotr Jaroszyński | 2007-07-01 | 1 | -3/+2 |
* | (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (1/2) | ![](//www.gravatar.com/avatar/b9e30964c7bbc7633a706ef16a4f57c7?s=13&d=retro) Piotr Jaroszyński | 2007-07-01 | 1 | -3/+3 |
* | Clean up multilib eclass after discussions with KingTaco and marienz about th... | ![](//www.gravatar.com/avatar/5e3ed10331dc78ae2f37c9a85df0a1b5?s=13&d=retro) Doug Goldstein | 2007-06-05 | 1 | -6/+4 |
* | avoid eclass recursion | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2007-03-27 | 1 | -3/+4 |
* | dont include toolchain-funcs for now to avoid recursive inclusion | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2007-03-27 | 1 | -2/+2 |
* | need toolchain-funcs for `tc-export` | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2007-03-27 | 1 | -3/+5 |
* | fix copy-n-paste-o | ![](//www.gravatar.com/avatar/f3519a23ed925ddff62f380f686a93bf?s=13&d=retro) Simon Stelling | 2006-10-13 | 1 | -2/+2 |