NetBSD/gnu/usr.bin/gcc/frontend/multilib.h
tv 634ebd4dc4 Add gcc 2.95.2 build framework, and i386 config files from toolchain2netbsd.
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.
2001-06-18 16:18:30 +00:00

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 = "";