blob: bb1cbbfbfa0d546b75138e435f5b1dfb6f02b15e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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 = "";
|