Let llvm and clang use same GCC as Pyston used.
Pyston will try use the gcc which found in system path to compile itself. But llvm and clang will use the gcc in /usr/bin dir by default. This different will cause inconsistency in some situation. So add -DGCC_INSTALL_PREFIX to let clang use same version of gcc as Pyston used.
Showing
Please register or sign in to comment