Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc/gnu



Module Name:    gnusrc
Committed By:   thorpej
Date:           Mon Dec 31 23:04:13 UTC 2001

Modified Files:
        gnusrc/gnu/lib: Makefile
        gnusrc/gnu/usr.bin/binutils: Makefile
        gnusrc/gnu/usr.bin/gcc: Makefile
        gnusrc/gnu/usr.bin/gdb/gdb.new: Makefile
        gnusrc/gnu/usr.sbin/dbsym: Makefile
        gnusrc/gnu/usr.sbin/mdsetimage: Makefile

Log Message:
Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN
case:

        MKBFD   If set to "no", disables building of libbfd, libiberty,
                and all things that depend on them (binutils/gas/ld, gdb,
                dbsym, mdsetimage).

        MKGDB   If set to "no", disables bulding of gdb.

        MKGCC   If set to "no", disables building of gcc and the
                gcc-related libraries (libg2c, libgcc, libobjc, libstdc++).

These are useful for building platforms for which either of the following
situations are true:

        (1) You have no userland from which to run toolchain2netbsd
            in order to build the appropriate toolchain build framework.

        (2) The platform which you are building requires a newer set
            of tools than are currently in the tree (e.g. x86-64, ia64).


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 gnusrc/gnu/lib/Makefile
cvs rdiff -r1.16 -r1.17 gnusrc/gnu/usr.bin/binutils/Makefile
cvs rdiff -r1.14 -r1.15 gnusrc/gnu/usr.bin/gcc/Makefile
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/usr.bin/gdb/gdb.new/Makefile
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/usr.sbin/dbsym/Makefile
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/usr.sbin/mdsetimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index