summaryrefslogtreecommitdiffstats
path: root/Makefile.cross (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pass -DOPENBSD_CROSS to CFLAGS when cross-compiling gcc2. Temporary bandaidmiod2012-11-131-3/+3
* Make COMPILER_VERSION a definitive assignment in there, for it to overridemiod2012-11-131-4/+4
* no need to know about afs, since it is gonederaadt2012-08-231-3/+1
* Garbage collect the USE_GCC variables; everything usesmatthew2012-08-141-5/+1
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-5/+5
* Add sqlite3 to NO_CROSS since it depends on libreadline - this would thenjsing2012-07-131-1/+2
* more mac68k bits for the atticmatthew2012-06-201-3/+2
* Do not try to cross build nginx, since it does not work.jsing2012-04-061-1/+2
* - add avr32 which'll use gcc4/binutils-2.17jasper2011-11-121-2/+1
* Allow 64bit -> arm cross compilation as it appears safe (amd64 -> arm at least)drahn2011-11-111-4/+6
* Detect word-size mismatches between host and target, which result inguenther2011-09-231-1/+20
* ia64 should use gcc4; sort the list of binutils-2.17 platforms while I'm therekettenis2011-09-181-3/+3
* Switch hppa64 cross compiling environment to gcc4.kettenis2011-08-051-2/+2
* Switch hppa64 to binutils-2.17kettenis2011-07-271-2/+2
* remove mvmeppc; it is really rough shape. ok drahn miodderaadt2011-07-071-3/+2
* Allow switching between binutils and binutils 2.17.drahn2011-07-051-22/+32
* Typo, BINOWN -> BINGRPmpi2011-06-161-2/+2
* unlink libsectok from the build; ok markus@ deraadt@djm2010-10-171-2/+2
* Copy the right bits to the right places for gcc4.drahn2010-09-251-3/+7
* Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.miod2010-09-241-3/+3
* Remove tn3270 reference.pirofti2010-09-231-2/+2
* add octeon as cross build target arch. ok miod@syuu2010-09-201-2/+2
* nsd uses configure, so put it in NO_CROSS for now.drahn2010-09-201-1/+2
* Sigh, check in the actual diff, not a backout of th previous change.drahn2010-09-091-2/+4
* Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@drahn2010-09-091-4/+2
* sync the list of gcc4 archs with bsd.own.mkjsg2010-08-251-2/+4
* Fix cross build problem with cpp, marex pointed out that it wasn't committed.drahn2010-07-091-1/+4
* Initial attempt at being COMPILER_VERSION and gcc4 compatible.drahn2010-06-011-10/+51
* moko goes away.drahn2010-05-311-3/+3
* Force MACHINE_CPU when building cross-toolchain or cross-building. This allowsmiod2010-02-051-23/+45
* Add all arm based architectures. ok miod@.matthieu2009-09-211-3/+4
* Palm: Integration into the treemarex2009-09-091-2/+3
* Try to clean up the cross build environment, more of the tree cross builds nowdrahn2008-09-061-52/+126
* socppc is powerpcmiod2008-05-131-2/+3
* another cats remnantderaadt2007-08-011-2/+2
* feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the like to work on random directories; found w/ rainerx0r; drahn@ okmickey2007-02-061-2/+4
* missing TARGET_ARCH handling (solbourne)deraadt2006-12-191-1/+3
* Early bits for a 32-bit SuperH toolchain, currently for little-endianmiod2006-10-061-1/+3
* alpha is gcc3 nowmickey2006-09-271-3/+2
* typoomickey2006-06-161-2/+2
* System build pieces for armish arch.drahn2006-06-061-2/+2
* Administrative changes for aviion, ok deraadt@miod2006-05-091-2/+3
* Install binutils objdump on a.out cross-tools; ok grange@miod2006-05-041-3/+5
* make sure cross-as and cross-ranlib get compiled again for a.out platforms.miod2006-04-191-1/+5
* photurisd is nomore; from Michael Knudsenmickey2006-04-191-2/+2
* Disable lint for libraries.grange2005-12-301-3/+3
* Fix cross-etc-root-var, pick up target etc files, simplied fix from PR4511drahn2005-09-181-1/+2
* Compute TARGET_ARCH in the Makefile, rather than in a shell, and use itmiod2005-09-111-24/+25
* Create proper symlink for a.out as.miod2005-09-111-2/+2
* Create a correct /usr/bin/cpp for a.out platforms.miod2005-09-111-1/+2