summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc4/frontend/multilib.h
blob: 47fab21a8b5cb1650d21c7da4c688c8d50229e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*	$NetBSD: multilib.h,v 1.1 2006/05/10 22:48:12 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 = "";