blob: e2d03c6a8e5e2a784c9f29c5496f915dca38e3cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Main Nios II profile.
ARCH="nios2"
ACCEPT_KEYWORDS="nios2 ~nios2"
CHOST="nios2-unknown-linux-gnu"
MULTILIB_ABIS="nios2"
DEFAULT_ABI="nios2"
LIBDIR_nios2="lib"
CHOST_nios2="${CHOST}"
ABI="${DEFAULT_ABI}"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
# Defaults for video drivers
VIDEO_CARDS="fbdev"
|