diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-24 13:58:41 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-24 13:58:41 +0000 |
commit | 2b33b1573022e249f8fd39bd3229324d0de9b0b0 (patch) | |
tree | 73891c5d38a9ac86b911b35754030a4c9210e572 /gcc/configure | |
parent | fcf6cb17576b03d9050a88c84c97c30a10e93a51 (diff) | |
download | gcc-2b33b1573022e249f8fd39bd3229324d0de9b0b0.tar.gz |
Handle DFmode and DImode constant addresses.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28823 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 694b5b93818..37ab3aad383 100755 --- a/gcc/configure +++ b/gcc/configure @@ -5668,6 +5668,7 @@ for machine in $build $host $target; do # use_collect2=yes # ;; v850-*-*) + target_cpu_default="TARGET_CPU_generic" cpu_type=v850 tm_file="v850/v850.h" xm_file="v850/xm-v850.h" |