Skip to content

Commit 06897c8

Browse files
committed
CPU arch support for illumos
1 parent 0282efe commit 06897c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Alien/Build/Plugin/Core/Setup.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ sub _cpu_arch {
213213
| \b i386 \b # freebsd-i386
214214
| \b i486 \b # i486-linux
215215
| \b i686 \b # i686-cygwin
216+
| \b i86pc.*64 \b # i86pc-solaris-thread-multi-64
216217
/ix ) {
217218
$arch = { name => 'x86' };
218219
} elsif( $Config{archname} =~ m/

0 commit comments

Comments
 (0)