riscvarchive / riscv-fesvr

RISC-V Frontend Server
Other
62 stars 83 forks source link

Don't check for 64-bit pointer bug if not on 64-bit system #17

Closed zhemao closed 8 years ago

zhemao commented 8 years ago

The existing check breaks the build when compiling for 32-bit systems. We don't actually need to do the check because the bug doesn't show up except on 64-bit systems.