Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: skrll
Date: Tue Feb 10 09:37:59 UTC 2004
Modified Files:
src/gnu/dist/gcc/gcc: Makefile.in config.gcc
src/gnu/dist/gcc/gcc/config/pa: t-netbsd
src/gnu/dist/gcc/gcc/config/rs6000: t-netbsd
src/tools/gcc: Makefile mknative-gcc
Log Message:
Updates so that mknative gets the right things.
- Disable symbol versioning (for now)
- Make sure that libiberty knows its being configured with a
cross compiler.
- The CXX_* variables are no longer needed/used.
- LIB2FUNCS_EXTRA gets pulled in via LIB2ADD
- Get LIB1ASMFUNCS and LIB2ASMSRC
- MAYBE_USE_COLLECT2 got renamed to USE_COLLECT2 (but might not
be used)
- Get EXTRA_HEADERS so that we get generate the right paths for
CPPFLAGS
- Get some variables related to shared libgcc
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/gnu/dist/gcc/gcc/Makefile.in
cvs rdiff -r1.6 -r1.7 src/gnu/dist/gcc/gcc/config.gcc
cvs rdiff -r1.1 -r1.2 src/gnu/dist/gcc/gcc/config/pa/t-netbsd
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/rs6000/t-netbsd
cvs rdiff -r1.11 -r1.12 src/tools/gcc/Makefile src/tools/gcc/mknative-gcc
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