aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-12-03 01:22:15 +0000
committerMark Mitchell <mark@codesourcery.com>2004-12-03 01:22:15 +0000
commitc820d41869a60c8b043d4cfe104b0df39d1eb650 (patch)
tree8d7462ed0d476fcdcc6aa9e39d572f1753e4c20a /gas/Makefile.am
parent2b0210eb4094c59366fd1d8eeca9df0b69df821e (diff)
downloadgdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.zip
gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.gz
gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.bz2
* Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
* 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.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index f9bd1f6..f91d15a 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -372,6 +372,7 @@ OBJ_FORMAT_HFILES = \
TARG_ENV_HFILES = \
config/te-386bsd.h \
+ config/te-armlinuxeabi.h \
config/te-aux.h \
config/te-delta.h \
config/te-delt88.h \