Fix build problem: Error: junk `.get_pc_thunk.bx' after expression; trac #7799
Affects i386 only. Some gcc's generate code containing __i686, and then define that symbol to 1, which causes compilation to fail. We undef the symbol to work around it.
Please register or sign in to comment