1
0
Fork 0

Changed configure to enable FPU by default

Rewrote some scripts


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1074
This commit is contained in:
Sjoerd van der Berg 2003-06-18 07:20:46 +00:00
parent fdd6fdcb2c
commit df749c8286
2 changed files with 10 additions and 9 deletions

View file

@ -326,8 +326,6 @@ AH_TOP([
*/
])
AH_TEMPLATE([C_HAS_ATTRIBUTE],[Determines if the compilers supports attributes for structures.])
AH_BOTTOM([#define INLINE inline])
AH_BOTTOM([#if C_HAS_ATTRIBUTE
@ -343,11 +341,6 @@ AH_BOTTOM([
/* Enable some big compile-time increasing inlines */
#define C_EXTRAINLINE 0
/* Enable the FPU module, still only for beta testing */
#define C_FPU 0
/* Maximum memory address range in megabytes */
#define C_MEM_MAX_SIZE 12
])