a9fc136dbd
works. sparc & i386 support is included here. libstdc++-v3 does not yet properly build for some strange reasons (that may be due to broken netbsd header files, it's not yet clear) but i have been able to compile, link and run both i386 & sparc hello.c.
20 lines
414 B
C
20 lines
414 B
C
/* $NetBSD: multilib.h,v 1.1 2003/07/25 16:32:35 mrg Exp $ */
|
|
/* For the moment we don't do multilib. Use a static empty multilib spec file. */
|
|
|
|
static const char *const multilib_raw[] = {
|
|
". ;",
|
|
NULL
|
|
};
|
|
|
|
static const char *const multilib_matches_raw[] = {
|
|
NULL
|
|
};
|
|
|
|
static const char *multilib_extra = "";
|
|
|
|
static const char *const multilib_exclusions_raw[] = {
|
|
NULL
|
|
};
|
|
|
|
static const char *multilib_options = "";
|