- fixed soft float support so megaglest might now work with other architectures at least in terms of streflop support

This commit is contained in:
Mark Vejvoda
2012-02-11 15:20:40 +00:00
parent 2fbebb4721
commit 4ed3050f84
9 changed files with 7722 additions and 2 deletions

View File

@@ -237,7 +237,8 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST
SET(DIRS_WITH_SRC
${DIRS_WITH_SRC}
streflop
streflop/libm_flt32_source)
streflop/libm_flt32_source
streflop/softfloat)
ENDIF()
IF(NOT WANT_STATIC_LIBS)