summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dont mess with sjljMike Frysinger2005-03-211-3/+3
|
* touchup cross-compiling again so avr worksMike Frysinger2005-03-211-16/+15
|
* touchup style and formattingMike Frysinger2005-03-181-16/+9
|
* add altivec to IUSE and change `use !` syntax to less confusing `! use`Mike Frysinger2005-03-181-5/+5
|
* make sure the hardened checks return 1 when the _VER variable is emptyMike Frysinger2005-03-181-1/+3
|
* Fix typo, bug #85490.Martin Schlemmer2005-03-161-2/+2
|
* Cleaned up language choice code. use_multilib -> is_multilib name change ↵Jeremy Huddleston2005-03-161-67/+106
| | | | for consistency.
* Make FAKE_TARGETS work for crosscompiled toolchains. Place the default ↵Jeremy Huddleston2005-03-141-21/+68
| | | | ABI's LDPATH first on multilib targets.
* Fix typo which caused amd64hack to not get done.Jeremy Huddleston2005-03-091-2/+2
|
* Edit specs to add support for creating a cross-compile multilib target gcc.Jeremy Huddleston2005-03-091-4/+83
|
* Cleaned up comments.Jeremy Huddleston2005-03-081-7/+2
|
* Fix compilation of libstdc++ for crosscompilation toolchains. Add filtering ↵Jeremy Huddleston2005-03-081-22/+59
| | | | of -mcpu for x86/amd64 with gcc-4.0.
* Use ABI's CFLAGS for BOOT_CFLAGS so stage2/3 generate code for the right ABI.Jeremy Huddleston2005-03-061-2/+2
|
* Changing CTARGET_ALIASES to FAKE_TARGETS for consistency with binutils.Jeremy Huddleston2005-03-041-6/+6
|
* style updates, add/remove quotes where appropriate. also remove checks with ↵Mike Frysinger2005-03-041-55/+44
| | | | EXTRA_ECONF since it will come last and thus will get precedence over all default config params.
* Added sanity checks about for threads and shared with EXTRA_ECONF. Added ↵Jeremy Huddleston2005-03-041-16/+50
| | | | support for CTARGET_ALIASES with >=sys-devel/gcc-config-1.4.0.
* Added check for ! use build on ffi stuff.Jeremy Huddleston2005-03-041-2/+2
|
* base the uclibc logic upon CTARGET instead of just USE=uclibc ... also get ↵Mike Frysinger2005-03-031-21/+24
| | | | rid of the last $ARCH with $(tc-arch)
* do stripping ourselvesMike Frysinger2005-03-021-3/+7
|
* uclibc fixesMike Frysinger2005-03-011-2/+3
|
* touch up the MAN_VER and HTB_VER usageMike Frysinger2005-03-011-14/+12
|
* touchup the dev.gentoo.org URL handlingMike Frysinger2005-03-011-59/+37
|
* Fix reverse logic when checking if we should run fix_libtool_files.sh.Martin Schlemmer2005-02-181-2/+2
|
* Allow !<symbol> for CDEFINE in create_ml_includes.Jeremy Huddleston2005-02-141-7/+26
|
* Revert the multislot patch that I just accidently merged until after ↵Jeremy Huddleston2005-02-131-26/+7
| | | | gcc-config goes stable.
* Cleanup orphaned modules in lib{32,64}.Jeremy Huddleston2005-02-131-10/+30
|
* Fix use_multilib to return false when making a cross-compile toolchain for ↵Jeremy Huddleston2005-02-111-2/+22
| | | | CTARGET=mips-* or sparc-*
* Fix use_multilib to return false when making a cross-compile toolchain for ↵Jeremy Huddleston2005-02-111-47/+8
| | | | CTARGET=mips-* or sparc-*
* Cleanup multilib header code so it works when making a cross-compile toolchain.Jeremy Huddleston2005-02-111-8/+47
|
* Filter out -mcpu when building 3.4. Add -B<build dir> to XGCC. Make ↵Jeremy Huddleston2005-02-091-139/+85
| | | | movelibs ALWAYS query gcc for locations rather than just when has_multilib_profile. Get rid of old ugly move garbage. Add is_crosscompile(). Added multilib to ppc64 crosscompiler.
* move stuff aroundMike Frysinger2005-02-071-9/+12
|
* Switch to using $(get_all_abis).Jeremy Huddleston2005-02-031-4/+4
|
* Added multilib-pkg-force so get_multilib_abis works right.Jeremy Huddleston2005-02-031-2/+2
|
* Switch from using MULTILIB_ABIS directly to using multilib.eclass functions. ↵Jeremy Huddleston2005-02-021-4/+4
| | | | Add gcjh and gfortran to the list of gcc binaries.
* Fix setting GCJFLAGS.Jeremy Huddleston2005-01-311-2/+2
|
* Include HTB_GCC_VER in the version string.Jeremy Huddleston2005-01-311-2/+2
|
* Add sourceforge and GENTOO_TOOLCHAIN_BASE_URI to SRC_URI for boundschecking ↵Jeremy Huddleston2005-01-311-2/+7
| | | | patch.
* Removing second filter-flags to close bug #80005Jeremy Huddleston2005-01-301-30/+5
|
* typoTravis Tilley2005-01-301-2/+3
|
* Moving GCC_MANPAGE_VERSION setting to a more appropriate location.Jeremy Huddleston2005-01-271-3/+3
|
* Run gcc-config if installed profile is the same as running profile for ↵Jeremy Huddleston2005-01-251-8/+9
| | | | multislot.
* ok, really fix the libtool script logic and include a lot of comments this timeMike Frysinger2005-01-211-20/+24
|
* add support for src_testMike Frysinger2005-01-201-2/+10
|
* Fix typo bug #78321.Jeremy Huddleston2005-01-181-2/+2
|
* Removing emul-linux-x86 from IUSE.Jeremy Huddleston2005-01-181-2/+2
|
* Added use_multilib and using it in place of 'use multilib' since newer ↵Jeremy Huddleston2005-01-181-12/+23
| | | | multilib profiles won't allow it as a use flag option.
* clean up/simplify the gcc-config and fix_libtool_files logicMike Frysinger2005-01-181-86/+82
|
* touchup the gcc-config logic so that it is run properly with a cross-compilerMike Frysinger2005-01-161-28/+32
|
* touchup bash and make sure to fix syntax errors #78184Mike Frysinger2005-01-161-6/+6
|
* Fixed bad ninja.Jeremy Huddleston2005-01-161-4/+2
|