This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure: When cross-compiling, look for *-gcc* instead of *-*-gcc
authorBrian Fraser <fraserbn@gmail.com>
Fri, 11 Oct 2013 19:52:48 +0000 (16:52 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Fri, 17 Jan 2014 14:35:46 +0000 (11:35 -0300)
commit083b43b68e72059c75d05f62a6183e677a4a0ace
tree1ecb8a420fd3bb7eb7b5ac81b26afc30557d94eb
parentbda0aa4ad2c2109bf684a899b547be1e4dc44d7b
Configure: When cross-compiling, look for *-gcc* instead of *-*-gcc

Ditto with g++. This allows us to use, for example, ntox86-gcc or
x86_64-w64-mingw32-g++.exe to cross-compile, and have Configure detect
most things automatically.
Configure