uebayasi
0f2ad14fc7
target:
...
cmd1 && cmd2 && cmd3
| | |
v v v
target:
cmd1
cmd2
cmd3
This makes the script (cmd1 && cmd2 && cmd3) slightly easier to debug. No
functional change expected.
2007-11-19 05:54:03 +00:00
simonb
a6a46a588a
Allow for building a crosstools version of gprof.
...
Disabled by default, can be enabled with MKCROSSGPROF=yes.
2006-08-27 07:04:00 +00:00
skrll
1516e62216
Adapt native-binutils to new binutils.
2006-02-02 22:03:54 +00:00
skrll
acdbc7bca2
Create MD libiberty files.
2006-02-02 20:06:04 +00:00
skrll
c88f165c85
Revert previous.
...
We need to fix vax a different way as the move of -B${DESTDIR}/usr/lib/
to CFLAGS filters into the defs.mk files.
2005-01-14 07:46:56 +00:00
mrg
8887f2b7c4
for mknative, move -B from CC to CFLAGS, fixes vax configs
2004-12-12 12:42:35 +00:00
mrg
d99893c4fd
fix the sed expression that pulls VPATH out of the makefile to work
...
with any number of tabs or spaces after the equal sign.
2004-12-10 13:57:08 +00:00
mrg
952c497306
move libaries back to gnu/lib
2003-12-04 14:38:00 +00:00
mrg
ce29aa2370
build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils
...
as they are needed earlier than when gnu/usr.bin/binutils is built when
"make -j" is used.
2003-12-04 09:29:31 +00:00
mrg
b538519c6c
fix a bug in previous:
...
don't pass -L${DESTDIR}/usr/lib twice, pass it once with -L${DESTDIR}/lib.
2003-12-01 09:37:09 +00:00
mrg
ece8a60d7a
move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils.
2003-11-27 10:52:53 +00:00
mrg
0fcc88b5a2
all `tooldir/nbmake-$ARCH native-binutils' support, to regenerate binutils
...
configury files for the integrated toolchain.
2003-11-27 10:12:02 +00:00
lukem
f85d2d1c14
Use ${HOST_SH} instead of `sh'.
...
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
cl
98f3b47a3f
add gdb53 as a host tool for use as a crossgdb
...
replaces gdb50 from toolchain on archs which use gcc3
2003-10-26 01:06:27 +00:00
mrg
6c17918185
- build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set
...
to "yes".
- adjust dbsym/mdsetimage to look in the correct place for libbfd.
- new mknative-gcc based in toolchain/mknative
2003-07-25 16:26:51 +00:00