|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Thu Jan 27 20:09:04 CET 2005
Subject: [openrisc] [or1ksim #7] Stricter typeing...
> why not just copy the required definitions from inttypes.h (or maybe > even the whole file) and convince configure to use those if it can't > find the native one installed on system. there isn't much behind these > macros... > > /* UPPERCASE hexadecimal notation. */ > # define PRIX8 "X" > # define PRIX16 "X" > # define PRIX32 "X" > # define PRIX64 __PRI64_PREFIX "X"
That's what I meant with `fix configure'. I think I'll use the official definitions they are availible and fall back to our (not yet existing) ones. I'll send an updated patch.
nog.
|
 |