Browse Source
* configure.in: Use it for arm*-*-linux-gnueabi*. * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT. * config/te-armlinuxeabi.h: New file. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Regenerated.binutils-csl-arm-2005q1-branch
9 changed files with 37 additions and 20 deletions
@ -0,0 +1,4 @@ |
|||
#include "te-linux.h" |
|||
|
|||
/* The EABI requires the use of VFP. */ |
|||
#define FPU_DEFAULT FPU_ARCH_VFP_V2 |
|||
Loading…
Reference in new issue