freebsd-skq/gnu/usr.bin
jb e23f821a54 Add makefile support for cross-architectures. Allow CROSS_TOOLS to
be defined (in /etc/make.conf, say) and set to the additional architectures
that need to be compiled in. So on alpha I set CROSS_TOOLS = i386.
On i386 you can't build alpha due to lack of 64-bit support on 32-bit
architectures, but that's a GNU problem.

This change relies on makefiles in the binutils sub-directories having
the extension defined in the CROSS_TOOLS, instead of those makefiles
being selected based on the host architecture.
1998-05-04 21:10:56 +00:00
..
as Fix the assembler so that it produces object files with the correct 1998-04-10 01:20:40 +00:00
awk Symlink awk.y to awktab.y so that the default yacc rules apply, and use 1998-05-04 16:18:57 +00:00
bc Fixed races in `make -jN' using new yacc rules. 1998-05-04 16:22:30 +00:00
binutils Add makefile support for cross-architectures. Allow CROSS_TOOLS to 1998-05-04 21:10:56 +00:00
bison
cc Simplified using new yacc rules. This is cosmetic - the old rules worked 1998-05-04 16:58:50 +00:00
cpio
cvs Add an ".ifmake regress" to avoid warning during 'make world'. 1998-04-19 14:27:45 +00:00
dc Do not store the same config.h twice - use one from bc directory 1998-05-01 19:20:42 +00:00
dialog
diff
diff3
gdb Simplified using new yacc rules. This is cosmetic - the old rules 1998-05-04 17:56:22 +00:00
genclass
gperf
grep Delete cc(1) debug option, typo from last commit. 1998-03-07 16:13:57 +00:00
groff Never generate neqn at install time (the previous fix for this was 1998-04-19 13:25:54 +00:00
gzip Use cc -E rather than cpp when looking for __ELF__ 1998-03-08 17:25:10 +00:00
ld Add ELF support. 1998-05-01 08:40:11 +00:00
man Don't delete man pages with colons in their name (e.g. Perl 5 manpages) 1998-05-01 13:27:27 +00:00
patch
perl Fixed races in `make -jN' using new yacc rules. 1998-05-04 20:09:06 +00:00
ptx
rcs
sdiff
send-pr Added a alpha category to the list. 1998-05-04 10:13:08 +00:00
sort Open temporary files with O_EXCL. 1998-03-06 19:00:26 +00:00
tar Don't add y.tab.h to CLEANFILES, since this would now be done centrally 1998-05-04 18:13:54 +00:00
texinfo Use .An/.Aq. 1998-04-01 06:29:16 +00:00
Makefile Add binutils if BINFORMAT is elf. This is needed for alpha, and it 1998-03-13 19:34:40 +00:00
Makefile.inc