Check in incomplete Linux PowerPC and M68K work.

--HG--
branch : dtrg-experimental-powerpc
This commit is contained in:
David Given
2013-05-08 00:48:48 +01:00
parent c8fdcff960
commit c93cb69959
70 changed files with 885 additions and 804 deletions

View File

@@ -0,0 +1,18 @@
/* $Source: /cvsroot/tack/Ack/plat/linux386/include/ack/config.h,v $
* $State: Exp $
* $Revision: 1.1 $
*/
#ifndef _ACK_CONFIG_H
#define _ACK_CONFIG_H
/* We're providing a time() system call rather than wanting a wrapper around
* gettimeofday() in the libc. */
/* #define ACKCONF_TIME_IS_A_SYSCALL */
/* We don't support floating point right now. */
/* #define ACKCONF_NO_STDIO_FLOAT */
#endif