OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [arm/] [t-rtems] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
# Custom rtems multilibs
2
 
3
MULTILIB_OPTIONS     = marm/mthumb
4
MULTILIB_DIRNAMES    = arm thumb
5
MULTILIB_EXCEPTIONS  =
6
MULTILIB_MATCHES     = marm=mno-thumb
7
 
8
MULTILIB_OPTIONS    += mfloat-abi=hard/mfloat-abi=softfp
9
MULTILIB_DIRNAMES   += fpu softfp
10
MULTILIB_EXCEPTIONS += *mthumb*/*mfloat-abi=hard* *mthumb*/*mfloat-abi=softfp*
11
MULTILIB_MATCHES     =
12
 
13
MULTILIB_OPTIONS    += mfpu=vfp
14
MULTILIB_DIRNAMES   += vfp
15
MULTILIB_EXCEPTIONS += *mfloat-abi=hard*/*mfpu=vfp* *marm*/*mfloat-abi=softfp*/*mfpu=fpa*
16
MULTILIB_EXCLUSIONS += !mthumb/mfloat-abi=softfp/!mfpu=vfp
17
 
18
# default float model is fpa, so don't create a explicit copy of it
19
MULTILIB_EXCEPTIONS += *marm*/*mfpa*
20
 
21
# permutations of the options which are useful (+) or make no sense (-),
22
# defaults are in brackets:
23
# + (arm/soft/fpa)
24
# + (arm/soft)/vfp
25
# - (arm)/softfp(/fpa)
26
# + (arm)/softfp/vfp
27
# + (arm)/float-abi=hard(/fpa)
28
# - (arm)/float-abi=hard/vfp
29
# + thumb/(soft/fpa)
30
# + thumb/(soft/)vfp
31
# - thumb/softfp/fpa
32
# - thumb/softfp/vfp
33
# - thumb/float-abi=hard/fpa
34
# - thumb/float-abi=hard/vfp
35
 
36
# subdirs to be used for multilibs and their respective options:
37
#/thumb/vfp  -> thumb/soft/vfp
38
#/thumb/fpa  -> thumb/soft/fpa
39
#/thumb      -> thumb/soft/fpa
40
#/vfp        -> arm/soft/vfp
41
#/softfp/vfp -> arm/softfp/cfp
42
#/fpu/fpa    -> arm/hard/fpa
43
#/fpu        -> arm/hard/fpa
44
#/fpa        -> arm/soft/fpa
45
#.           -> arm/soft/fpa

powered by: WebSVN 2.1.0

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