diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-07 07:19:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-07 07:19:08 +0000 |
commit | 1058238c60aaddb89ceb864a9e957ddcb2a79017 (patch) | |
tree | 0c2fcc65e16da959907447dc1b971c7d32c0dc38 /gas/configure.in | |
parent | 5d845d37078b1bd69af495d9bc7c62cb8b3de9e8 (diff) | |
download | gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.zip gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.tar.gz gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.tar.bz2 |
Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM.
correct include directory locations. added standards.text
support.
* configure.in: mark this directory as target dependent.
Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: idestdir and ddestdir go away. Added
copyrights and shift gpl to v2. Added ChangeLog if it
didn't exist. docdir and mandir now keyed off datadir by
default.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 724d261..b9268fa 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -7,6 +7,8 @@ srctrigger=as.c srcname="gas" targetdependent=true need_bfd= +target_dependent=true + # per-host: gas_host=generic @@ -46,6 +48,7 @@ cpu_type=${target_cpu} # assign object format case ${target_os} in bout*) obj_format=bout ;; +nindy*) obj_format=bout ;; bsd* | sunos*) obj_format=aout ;; ebmon-old) |