2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5. * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
This commit is contained in:
parent
e04befd0f5
commit
3493e7b072
@ -1,3 +1,8 @@
|
||||
2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
|
||||
|
||||
* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
|
||||
* config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
|
||||
|
||||
2009-01-16 Andrew Stubbs <ams@codesourcery.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
/* The EABI requires the use of VFP. */
|
||||
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|
||||
#define EABI_DEFAULT EF_ARM_EABI_VER4
|
||||
#define EABI_DEFAULT EF_ARM_EABI_VER5
|
||||
|
||||
#define LOCAL_LABELS_DOLLAR 1
|
||||
#define LOCAL_LABELS_FB 1
|
||||
|
@ -21,4 +21,4 @@
|
||||
|
||||
/* The EABI requires the use of VFP. */
|
||||
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|
||||
#define EABI_DEFAULT EF_ARM_EABI_VER4
|
||||
#define EABI_DEFAULT EF_ARM_EABI_VER5
|
||||
|
Loading…
x
Reference in New Issue
Block a user