summaryrefslogtreecommitdiff
path: root/Makefile.cross
AgeCommit message (Expand)Author
2010-08-25sync the list of gcc4 archs with bsd.own.mkJonathan Gray
2010-07-09Fix cross build problem with cpp, marex pointed out that it wasn't committed.Dale Rahn
2010-06-01Initial attempt at being COMPILER_VERSION and gcc4 compatible.Dale Rahn
2010-05-31moko goes away.Dale Rahn
2010-02-05Force MACHINE_CPU when building cross-toolchain or cross-building. This allowsMiod Vallat
2009-09-21Add all arm based architectures. ok miod@.Matthieu Herrb
2009-09-09Palm: Integration into the treeMarek Vasut
2008-09-06Try to clean up the cross build environment, more of the tree cross builds nowDale Rahn
2008-05-13socppc is powerpcMiod Vallat
2007-08-01another cats remnantTheo de Raadt
2007-02-06feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the like...Michael Shalayeff
2006-12-19missing TARGET_ARCH handling (solbourne)Theo de Raadt
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-09-27alpha is gcc3 nowMichael Shalayeff
2006-06-16typooMichael Shalayeff
2006-06-06System build pieces for armish arch.Dale Rahn
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-04Install binutils objdump on a.out cross-tools; ok grange@Miod Vallat
2006-04-19make sure cross-as and cross-ranlib get compiled again for a.out platforms.Miod Vallat
2006-04-19photurisd is nomore; from Michael KnudsenMichael Shalayeff
2005-12-30Disable lint for libraries.Alexander Yurchenko
2005-09-18Fix cross-etc-root-var, pick up target etc files, simplied fix from PR4511Dale Rahn
2005-09-11Compute TARGET_ARCH in the Makefile, rather than in a shell, and use itMiod Vallat
2005-09-11Create proper symlink for a.out as.Miod Vallat
2005-09-11Create a correct /usr/bin/cpp for a.out platforms.Miod Vallat
2005-06-28telnetd is goneMartin Reindl
2005-03-12Kill \n at EOF.Alexander Yurchenko
2005-01-28match gcc3 logic from bsd.own.mk and add a target_arch generation for armMichael Shalayeff
2005-01-20No need for cross nm/size in cross-env, our host tools are good enough.Alexander Yurchenko
2005-01-19Unbreak cross-tools by providing TARGET_ARCH in include targetAlexander Yurchenko
2005-01-12less confusing `TARGET_USE_GCC3' since it's only used locally.Marc Espie
2005-01-10- introduce TARGET_CANON/TARGET_ARCH shell variables, to make things slightlyMarc Espie
2005-01-09move cross-stuff into its own file.Marc Espie