diff options
author | Nick Clifton <nickc@cygnus.com> | 1998-04-01 17:19:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1998-04-01 17:19:01 +0000 |
commit | 75d3a15b4d221ef3a8f04a9fb4af825df829ce26 (patch) | |
tree | 93acb74d0e8950bb98ee52e06ba004a46e2cb0f7 /gcc/configure | |
parent | 7c76b292a2c186c2f3019591a44d6010b5de8a6f (diff) | |
download | gcc-75d3a15b4d221ef3a8f04a9fb4af825df829ce26.zip gcc-75d3a15b4d221ef3a8f04a9fb4af825df829ce26.tar.gz gcc-75d3a15b4d221ef3a8f04a9fb4af825df829ce26.tar.bz2 |
Add thumb-pe support.
Add super interworking.
From-SVN: r18935
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 90b4309..7b010b5 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4175,6 +4175,16 @@ for machine in $build $host $target; do md_file=arm/thumb.md tmake_file=arm/t-thumb ;; + # CYGNUS LOCAL thumb-pe/nickc + thumb-*-pe) + tm_file=arm/tpe.h + out_file=arm/thumb.c + xm_file=arm/xm-thumb.h + md_file=arm/thumb.md + tmake_file=arm/t-pe-thumb + extra_objs=pe.o + ;; + # END CYGNUS LOCAL # This hasn't been upgraded to GCC 2. # tron-*-*) # cpu_type=gmicro |