blob: 6e01a574cebb8e2f452e6efeb7205e84fc3c49e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Unmask the multilib flags for this arch.
-abi_riscv_lp64d
-abi_riscv_lp64
# Our Python has a lot of trouble with the two-level libdir.
python_targets_python2_7
python_targets_python3_6
python_single_target_python2_7
python_single_target_python3_6
|