634ebd4dc4
This should not be used directly for building host tools; rather, the top level bootstrap (to be committed separately) should be used to build the entire system including this compiler.
14 lines
276 B
C
14 lines
276 B
C
/* $NetBSD: multilib.h,v 1.1 2001/06/18 16:18:36 tv Exp $ */
|
|
/* For the moment we don't do multilib. Use a static empty multilib spec file. */
|
|
|
|
static char *multilib_raw[] = {
|
|
". ;",
|
|
NULL
|
|
};
|
|
|
|
static char *multilib_matches_raw[] = {
|
|
NULL
|
|
};
|
|
|
|
static char *multilib_extra = "";
|