index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/gnu/lib/libiberty/Makefile
AgeCommit message (Collapse)Author
2009-11-08Remove binutils 2.16 crossover build files.skrll
2006-11-09compile some files with -Wno-stack-protector since they are heavy allocachristos
users.
2006-02-02Run mknative on the new binutils.skrll
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
2002-09-17* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it intothorpej
two variables: TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64). EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms. If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build. If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc). * Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc).lukem
(Reduces make output by ~ 20%)
2002-02-27Make new toolchain conf files for libiberty MI.tv
2002-02-11Skip building anything if the target's .mk files are missing. (Allows thetv
toolchain to be built in segments, or not at all if the in-tree toolchain is inappropriate for the target.)
2001-12-12move NOxxx=lukem
2001-12-12MKfoo=no -> NOfootv
2001-07-18First framework for libiberty, now used by all the toolchain components (sotv
no longer merged with libbfd). Conditional on USE_NEW_TOOLCHAIN for now.