diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-12-03 01:22:15 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-12-03 01:22:15 +0000 |
commit | c820d41869a60c8b043d4cfe104b0df39d1eb650 (patch) | |
tree | 8d7462ed0d476fcdcc6aa9e39d572f1753e4c20a /gas/Makefile.in | |
parent | 2b0210eb4094c59366fd1d8eeca9df0b69df821e (diff) | |
download | gdb-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.in')
-rw-r--r-- | gas/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index fe24efe..4f1612a 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 \ |