Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-05-04 | Install binutils objdump on a.out cross-tools; ok grange@ | Miod Vallat | |
2006-04-19 | make sure cross-as and cross-ranlib get compiled again for a.out platforms. | Miod Vallat | |
2006-04-19 | photurisd is nomore; from Michael Knudsen | Michael Shalayeff | |
2005-12-30 | Disable lint for libraries. | Alexander Yurchenko | |
ok deraadt@ espie@ | |||
2005-09-18 | Fix cross-etc-root-var, pick up target etc files, simplied fix from PR4511 | Dale Rahn | |
ok grange@ | |||
2005-09-11 | Compute TARGET_ARCH in the Makefile, rather than in a shell, and use it | Miod Vallat | |
instead of MACHINE_ARCH to pick compiler and binutils versions. looked at mickey@ grange@ | |||
2005-09-11 | Create proper symlink for a.out as. | Miod Vallat | |
2005-09-11 | Create a correct /usr/bin/cpp for a.out platforms. | Miod Vallat | |
2005-06-28 | telnetd is gone | Martin Reindl | |
2005-03-12 | Kill \n at EOF. | Alexander Yurchenko | |
2005-01-28 | match gcc3 logic from bsd.own.mk and add a target_arch generation for arm | Michael Shalayeff | |
2005-01-20 | No need for cross nm/size in cross-env, our host tools are good enough. | Alexander Yurchenko | |
ok mickey@ | |||
2005-01-19 | Unbreak cross-tools by providing TARGET_ARCH in include target | Alexander Yurchenko | |
to get right config.status file for binutils and gcc. ok mickey@ | |||
2005-01-12 | less confusing `TARGET_USE_GCC3' since it's only used locally. | Marc Espie | |
Okay niklas@ | |||
2005-01-10 | - introduce TARGET_CANON/TARGET_ARCH shell variables, to make things slightly | Marc Espie | |
clearer. - don't put full path into symlinks that don't change directory. - add a few NO_CROSS directories: stuff that depends on libcrypto, stuff that needs host tools, and stuff that wants cross-configure. okay niklas@ | |||
2005-01-09 | move cross-stuff into its own file. | Marc Espie | |
okay mickey@, niklas@ |