mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
c820d41869
* 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.
5 lines
100 B
C
5 lines
100 B
C
#include "te-linux.h"
|
|
|
|
/* The EABI requires the use of VFP. */
|
|
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|