diff options
Diffstat (limited to 'cgcc')
| -rwxr-xr-x | cgcc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -276,8 +276,7 @@ sub add_specs { return (' --arch=x86_64' . &float_types (1, 1, 33, [24,8], [53,11], [113,15])); } elsif ($spec eq 'ppc') { - return (' -D_BIG_ENDIAN' . - ' --arch=ppc' . + return (' --arch=ppc' . &float_types (1, 1, 21, [24,8], [53,11], [113,15])); } elsif ($spec eq 'ppc64') { return ( |
