1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
Peter Veenstra
79419f1f53 Bring OS2 port up to date. Thanks Jochen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3923
2015-07-08 12:01:33 +00:00
Peter Veenstra
557f663ec9 Fix detection of always_inline attribute with mingw 4.9.2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3909
2015-03-28 18:55:42 +00:00
Peter Veenstra
ef7ddd1504 Use clock_gettime when available instead of the obsolete ftime.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3899
2015-02-11 19:11:31 +00:00
Peter Veenstra
81ae7277e8 Add --disable-fpu-x64 which is the same as --disable-fpu-x86 for clarity reasons
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3898
2015-02-11 18:12:36 +00:00
Peter Veenstra
730c2d3cd9 Run with -mno-ms-bitfields if the compiler supports it as the ms-bitfields are turned on by default on some hosts, but they are broken https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3869
2014-06-27 09:02:08 +00:00
Peter Veenstra
3074cbbc59 Let compiler generate offset arithmetic to make fpu-x86 portable to x86_64.(thanks wjp)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3851
2013-12-05 18:56:20 +00:00
Peter Veenstra
889602e170 rename configure.in to configure.ac . autotools people again.....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3811
2013-01-14 10:22:20 +00:00
Renamed from configure.in (Browse further)