Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-07-06 | tabs got lost in previous rev | Miod Vallat | |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2013-04-04 | remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included. | Jasper Lievisse Adriaanse | |
ok bmercer@ | |||
2013-03-25 | gumstix was never finished | Theo de Raadt | |
2013-03-25 | the unused palm code goes away. | Theo de Raadt | |
2013-03-10 | Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper | Miod Vallat | |
values in Makefile.cross to make sure binutils are built with the proper PIE_DEFAULT value for the target. ok millert@ deraadt@ | |||
2013-02-02 | m68k ports are now ELF citizens. | Miod Vallat | |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat | |
2012-11-13 | Pass -DOPENBSD_CROSS to CFLAGS when cross-compiling gcc2. Temporary bandaid | Miod Vallat | |
until we get rid of it. Soon. | |||
2012-11-13 | Make COMPILER_VERSION a definitive assignment in there, for it to override | Miod Vallat | |
<bsd.own.mk>. Allows cross-gcc to be built on a host using a different compiler version than the target. | |||
2012-08-23 | no need to know about afs, since it is gone | Theo de Raadt | |
2012-08-14 | Garbage collect the USE_GCC variables; everything uses | Matthew Dempsky | |
COMPILER_VERSION now. From Brad. | |||
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen | |
ok guenther@ | |||
2012-07-13 | Add sqlite3 to NO_CROSS since it depends on libreadline - this would then | Joel Sing | |
require cross-gnu to build before we can build cross-bin. | |||
2012-06-20 | more mac68k bits for the attic | Matthew Dempsky | |
2012-04-06 | Do not try to cross build nginx, since it does not work. | Joel Sing | |
2011-11-12 | - add avr32 which'll use gcc4/binutils-2.17 | Jasper Lievisse Adriaanse | |
- remove BINUTILS217_ARCH from Makefile.cross as bsd.own.mk is included there (requested by drahn@) ok drahn@ deraadt@ | |||
2011-11-11 | Allow 64bit -> arm cross compilation as it appears safe (amd64 -> arm at least) | Dale Rahn | |
include bsd.own.mk to get the correct compiler architectures (if only Makefile.cross is used) | |||
2011-09-23 | Detect word-size mismatches between host and target, which result in | Philip Guenthe | |
the cross compiler generating bad code, and abort ok deraadt@ | |||
2011-09-18 | ia64 should use gcc4; sort the list of binutils-2.17 platforms while I'm there | Mark Kettenis | |
ok jsing@, miod@ | |||
2011-08-05 | Switch hppa64 cross compiling environment to gcc4. | Mark Kettenis | |
2011-07-27 | Switch hppa64 to binutils-2.17 | Mark Kettenis | |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt | |
2011-07-05 | Allow switching between binutils and binutils 2.17. | Dale Rahn | |
NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@ | |||
2011-06-16 | Typo, BINOWN -> BINGRP | Martin Pieuchot | |
ok miod@ | |||
2010-10-17 | unlink libsectok from the build; ok markus@ deraadt@ | Damien Miller | |
2010-09-25 | Copy the right bits to the right places for gcc4. | Dale Rahn | |
2010-09-24 | Switch mips-based ports to gcc4. Most of the work has been done by kettenis@. | Miod Vallat | |
2010-09-23 | Remove tn3270 reference. | Paul Irofti | |
2010-09-20 | add octeon as cross build target arch. ok miod@ | Takuya ASADA | |
2010-09-20 | nsd uses configure, so put it in NO_CROSS for now. | Dale Rahn | |
2010-09-09 | Sigh, check in the actual diff, not a backout of th previous change. | Dale Rahn | |
Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@ | |||
2010-09-09 | Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@ | Dale Rahn | |
2010-08-25 | sync the list of gcc4 archs with bsd.own.mk | Jonathan Gray | |
ok miod@ | |||
2010-07-09 | Fix cross build problem with cpp, marex pointed out that it wasn't committed. | Dale Rahn | |
2010-06-01 | Initial attempt at being COMPILER_VERSION and gcc4 compatible. | Dale Rahn | |
2010-05-31 | moko goes away. | Dale Rahn | |
2010-02-05 | Force MACHINE_CPU when building cross-toolchain or cross-building. This allows | Miod Vallat | |
loongson cross-tools to be configured correctly. | |||
2009-09-21 | Add all arm based architectures. ok miod@. | Matthieu Herrb | |
2009-09-09 | Palm: Integration into the tree | Marek Vasut | |
OK deraadt@ | |||
2008-09-06 | Try to clean up the cross build environment, more of the tree cross builds now | Dale Rahn | |
ok miod@ | |||
2008-05-13 | socppc is powerpc | Miod Vallat | |
2007-08-01 | another cats remnant | Theo de Raadt | |
2007-02-06 | feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the ↵ | Michael Shalayeff | |
like to work on random directories; found w/ rainerx0r; drahn@ ok | |||
2006-12-19 | missing TARGET_ARCH handling (solbourne) | Theo de Raadt | |
2006-10-06 | Early bits for a 32-bit SuperH toolchain, currently for little-endian | Miod Vallat | |
systems only; more work is necessary in ld land. | |||
2006-09-27 | alpha is gcc3 now | Michael Shalayeff | |
2006-06-16 | typoo | Michael Shalayeff | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |