OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [mips/] [t-sb1] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# GP-rel: G0 only
2
#
3
# Endianness: EB or EL
4
#
5
# ABIs: mabi=32
6
#       mabi=o64
7
#       mabi=o64/mlong64
8
#
9
# FPU: (default mhard-float)
10
#      msoft-float (only for mabi=32)
11
#
12
 
13
MULTILIB_EXTRA_OPTS = G0
14
 
15
MULTILIB_OPTIONS =                      \
16
        EB/EL                           \
17
        mabi=32/mabi=o64                \
18
        mips32/mips64                   \
19
        mlong64/msoft-float             \
20
 
21
MULTILIB_DIRNAMES =                     \
22
        eb el                           \
23
        o32 o64                         \
24
        mips32 mips64                   \
25
        long64 soft-float               \
26
 
27
MULTILIB_MATCHES =                      \
28
        EB=meb EL=mel                   \
29
 
30
MULTILIB_EXCEPTIONS =                   \
31
        *mabi=32/*mlong64*              \
32
 
33
MULTILIB_EXCLUSIONS =                   \
34
        mips32/!mabi=32                 \
35
        mabi=32/!mips32                 \
36
        msoft-float/!mabi=32            \
37
 
38
# Small multilib list for quick builds and tests.
39
# Must either comment out everything above these lines, or everything below
40
# these lines.
41
 
42
#MULTILIB_OPTIONS = EB/EL msoft-float
43
#MULTILIB_DIRNAMES = eb el soft-float
44
#MULTILIB_MATCHES = EB=meb EL=mel

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.