diff options
author | midipix <writeonce@midipix.org> | 2015-09-12 23:44:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-13 22:58:37 -0400 |
commit | 50bd336141e1e0517983738b96d1a1d50829ca87 (patch) | |
tree | 8e3c3d0a552facd74bfbdfe522cf8ffcfab3db90 /gcc | |
parent | e84fa8edbd603b91ed1e0cd331c8f0d6f78f0391 (diff) | |
download | cbb-gcc-4.6.4-50bd336141e1e0517983738b96d1a1d50829ca87.tar.bz2 cbb-gcc-4.6.4-50bd336141e1e0517983738b96d1a1d50829ca87.tar.xz |
fix build recipes for the 32-bit midipix targets.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c301f9e11..945789738 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2839,6 +2839,9 @@ m32c-*-elf*) use_gcc_tgmath=no use_gcc_stdint=wrap + + need_64bit_hwint=yes + need_64bit_isa=yes ;; *) echo "*** Configuration ${target} not supported" 1>&2 |