Commit by greatlrd :: r25685 reactos/tools/rbuild/backend/mingw/mingw.cpp: fixed oarch being use. some have remove oarch flags when ros being compile. now we add it back. for mingw
Thanks greatlord, this patch fixed the problem. (it happens that gcc should compile with march above or equal to i486 to have this intrinsics enabled) http://sourceware.org/ml/libc-alpha/2007-01/msg00060.html
Best regards, Logan_V8