diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a1b2fca..2dd4f54 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,23 @@ esac # per-target: -# XXX - FIXME there needs to be a case for tmake-a29k + +case "${target_vendor}" in +amd) + case "${target_os}" in + ebmon) bfd_target="ebmon29k" + ;; + *) echo "bad target_os for amd" ;; + esac + ;; +*) + echo "bad target_vendor" + ;; +esac + + +target_makefile_frag=config/t-${bfd_target} + # # Local Variables: |