* gcc flags: add -march=pentium-mmx -fno-rtti

* menuetlibc: fix printf, sprintf
* menuetlibc: alias clock() to sysfn 26.9.
  Not exactly what is required by POSIX, but better than zero
* autobuild games/checkers

git-svn-id: svn://kolibrios.org@5123 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2014-09-15 09:42:01 +00:00
parent e147a8e695
commit fbdccce9a4
46 changed files with 146 additions and 3827 deletions

View File

@@ -10,10 +10,7 @@ extern "C" {
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
/* 65536(tics/hour) / 3600(sec/hour) * 5(scale) = 91.02
The 5 is to make it a whole number (18.2*5=91) so that
floating point ops aren't required to use it. */
#define CLOCKS_PER_SEC 91
#define CLOCKS_PER_SEC 100
#include <sys/djtypes.h>