diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:10:25 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:10:25 +0000 |
commit | 280d71bf40a544853567763c706e03334d6fd950 (patch) | |
tree | bba086524f3234ef357fe8beb0ce2d80a3aa8af4 /gas/configure | |
parent | bd2f2e55ad54541340e5ea415f1aba65aa80717e (diff) | |
download | gdb-280d71bf40a544853567763c706e03334d6fd950.zip gdb-280d71bf40a544853567763c706e03334d6fd950.tar.gz gdb-280d71bf40a544853567763c706e03334d6fd950.tar.bz2 |
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 6f45a0e..6f9b7b8 100755 --- a/gas/configure +++ b/gas/configure @@ -4778,6 +4778,10 @@ _ACEOF esac ;; + mep) + using_cgen=yes + ;; + mips) echo ${extra_objects} | grep -s "itbl-parse.o" if test $? -ne 0 ; then |