URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [arm/] [t-rtems] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
# Custom rtems multilibsMULTILIB_OPTIONS = marm/mthumbMULTILIB_DIRNAMES = arm thumbMULTILIB_EXCEPTIONS =MULTILIB_MATCHES = marm=mno-thumbMULTILIB_OPTIONS += mfloat-abi=hard/mfloat-abi=softfpMULTILIB_DIRNAMES += fpu softfpMULTILIB_EXCEPTIONS += *mthumb*/*mfloat-abi=hard* *mthumb*/*mfloat-abi=softfp*MULTILIB_MATCHES =MULTILIB_OPTIONS += mfpu=vfpMULTILIB_DIRNAMES += vfpMULTILIB_EXCEPTIONS += *mfloat-abi=hard*/*mfpu=vfp* *marm*/*mfloat-abi=softfp*/*mfpu=fpa*MULTILIB_EXCLUSIONS += !mthumb/mfloat-abi=softfp/!mfpu=vfp# default float model is fpa, so don't create a explicit copy of itMULTILIB_EXCEPTIONS += *marm*/*mfpa*# permutations of the options which are useful (+) or make no sense (-),# defaults are in brackets:# + (arm/soft/fpa)# + (arm/soft)/vfp# - (arm)/softfp(/fpa)# + (arm)/softfp/vfp# + (arm)/float-abi=hard(/fpa)# - (arm)/float-abi=hard/vfp# + thumb/(soft/fpa)# + thumb/(soft/)vfp# - thumb/softfp/fpa# - thumb/softfp/vfp# - thumb/float-abi=hard/fpa# - thumb/float-abi=hard/vfp# subdirs to be used for multilibs and their respective options:#/thumb/vfp -> thumb/soft/vfp#/thumb/fpa -> thumb/soft/fpa#/thumb -> thumb/soft/fpa#/vfp -> arm/soft/vfp#/softfp/vfp -> arm/softfp/cfp#/fpu/fpa -> arm/hard/fpa#/fpu -> arm/hard/fpa#/fpa -> arm/soft/fpa#. -> arm/soft/fpa
Go to most recent revision | Compare with Previous | Blame | View Log
