summaryrefslogtreecommitdiffstats
path: root/gcc/configure
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-01 17:19:01 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-01 17:19:01 +0000
commitcbdb96b98518d33b841de31af221902a53036058 (patch)
tree93acb74d0e8950bb98ee52e06ba004a46e2cb0f7 /gcc/configure
parentd50cce1f01fff5b3da1584e56fb194d9a24a3c23 (diff)
downloadppe42-gcc-cbdb96b98518d33b841de31af221902a53036058.tar.gz
ppe42-gcc-cbdb96b98518d33b841de31af221902a53036058.zip
Add thumb-pe support.
Add super interworking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure
index 90b43098d62..7b010b5ab09 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
OpenPOWER on IntegriCloud