diff options
author | midipix <writeonce@midipix.org> | 2015-03-21 20:52:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-21 20:52:59 -0400 |
commit | 9aec288c73dbdfcffb272ef56f8de6dd411f4145 (patch) | |
tree | 92ecc7660103af989497673a71efb00fadf5ecd2 /configure | |
parent | 6d4ed23f7bb5785237fe17cfdec80b124d4e9003 (diff) | |
download | cbb-gcc-4.6.4-9aec288c73dbdfcffb272ef56f8de6dd411f4145.tar.bz2 cbb-gcc-4.6.4-9aec288c73dbdfcffb272ef56f8de6dd411f4145.tar.xz |
finally, add midipix as a gcc target.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3088,7 +3088,7 @@ fi if test x$enable_libgomp = x ; then # Enable libgomp by default on hosted POSIX systems. case "${target}" in - *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu) + *-*-linux* | *-*-midipix* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu) ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) ;; |