diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2008-09-26 07:02:44 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2008-09-26 07:02:44 +0000 |
commit | 2774199c3176d93474240f787c1f4c8d3b2bc4e8 (patch) | |
tree | 8631eca2e9ecc53c5dee058b33747c01b7c3167a /gas/Makefile.am | |
parent | 37b329352042564a5b4c41c1244fc04af8c3cb04 (diff) | |
download | gdb-2774199c3176d93474240f787c1f4c8d3b2bc4e8.zip gdb-2774199c3176d93474240f787c1f4c8d3b2bc4e8.tar.gz gdb-2774199c3176d93474240f787c1f4c8d3b2bc4e8.tar.bz2 |
* Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
* Makefile.in (TARG_ENV_HFILES): Likewise.
* configure.tgt (Solaris targets): Set em=solaris.
* config/te-solaris.h: New file.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index a8b61cf..86fd7c5 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -406,6 +406,7 @@ TARG_ENV_HFILES = \ config/te-pe.h \ config/te-psos.h \ config/te-riscix.h \ + config/te-solaris.h \ config/te-sparcaout.h \ config/te-sun3.h \ config/te-svr4.h \ |