Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 08/31/2000 17:14:33
Module Name: gnusrc
Committed By: mrg
Date: Thu Aug 31 14:14:33 UTC 2000
Modified Files:
gnusrc/gnu/dist/toolchain/gcc/config/sparc: netbsd64.h
Log Message:
- define SPARC_BI_ARCH
- move CPP_PREDEFINES to netbsd-elf-common.h
- define CPP_SUBTARGET_SPEC to -D__sparc64__
- copy and modify many SPARC_BI_ARCH `specs' from <sparc/sol2-sld-64.h>.
these currently look for 32 bit things in /emul/netbsd32, but this is
temporary
with these changes, i can succesfully build working 32 bit binaries on
a 64 bit system, as long as libgcc, *crt*.o and necessary libraries
exist under /emul/netbsd32.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/toolchain/gcc/config/sparc/netbsd64.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.