1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

don't error x86 compiler

This commit is contained in:
Anatol Belski
2015-01-20 20:52:12 +01:00
parent 44cbba100a
commit fecbb0e7c2

View File

@@ -14,9 +14,6 @@ toolset_setup_compiler();
// do we use x64 or 80x86 version of compiler?
X64 = toolset_is_64();
if (!X64) {
ERROR("64-bit compiler required");
}
toolset_setup_arch();
toolset_setup_linker();