tock-mirror/config
Neil Brown 9145c993ea Fixed the constant folding to use a type for Int based on the compilation target rather than just assuming Int32
However, it is possible that there will still be a problem if the C and C++ compiler have different int sizes, because the constant folding has to know the type at compile time, and thus we have to arbitrarily choose to use the C version.  In future, we could perhaps swap all Ints for the appropriate substiution (e.g. Int64) at run-time, based on the flags and prior knowledge about C/C++ int sizes
2009-01-23 15:50:06 +00:00
..
CompilerCommands.hs.in Do away with the pkgconfig file in favour of another generated module. 2008-05-07 13:06:27 +00:00
Paths.hs.in Do away with the pkgconfig file in favour of another generated module. 2008-05-07 13:06:27 +00:00
TypeSizes.hs.in Fixed the constant folding to use a type for Int based on the compilation target rather than just assuming Int32 2009-01-23 15:50:06 +00:00