summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
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
commitd004ea0d9375c3fab83040757e69af8e2accf2ea (patch)
tree55880c0ba57e850f35ae568f17e7c8808f046787 /gas/Makefile.in
parentb81244dadabbce350772c08fdee20e6fd5c29938 (diff)
downloadbinutils-redhat-d004ea0d9375c3fab83040757e69af8e2accf2ea.tar.gz
* 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.in')
-rw-r--r--gas/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index fe24efeb03..4f1612a4b6 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.2 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -599,6 +599,7 @@ OBJ_FORMAT_HFILES = \
# Emulation header files in config
TARG_ENV_HFILES = \
config/te-386bsd.h \
+ config/te-armlinuxeabi.h \
config/te-aux.h \
config/te-delta.h \
config/te-delt88.h \