diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-17 02:19:04 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-17 02:19:04 +0000 |
commit | c1420b840682a8a9ccb2263d882c69c3c1e3db55 (patch) | |
tree | 3ea2f3b6bc59c0b82b2b20dc4fc470a994df71cb /libgcc | |
parent | a36f64ce88254d4420fc51ccdb7ebfd65536486a (diff) | |
download | gcc-c1420b840682a8a9ccb2263d882c69c3c1e3db55.tar.gz |
* config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
rs6000/t-slibgcc-aix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 5ffa9651a03..69862e2395a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2012-08-16 David Edelsohn <dje.gcc@gmail.com> + + * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after + rs6000/t-slibgcc-aix. + 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org> * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling. diff --git a/libgcc/config.host b/libgcc/config.host index 2615d876581..d7259a77484 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -898,15 +898,15 @@ powerpcle-*-eabi*) ;; rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*) md_unwind_header=rs6000/aix-unwind.h - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*) md_unwind_header=rs6000/aix-unwind.h - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) md_unwind_header=rs6000/aix-unwind.h - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rl78-*-elf) tmake_file="$tm_file t-fdpbit rl78/t-rl78" |