forked from Imagelibrary/binutils-gdb
2005-09-19 Paul Brook <paul@codesourcery.com>
* armdefs.h: Define ARMsword and ARMsdword. Use stdint.h when available. * armemu.c: Use them. * armvirt.c (ARMul_MemoryInit): Use correct type for size. * configure.ac: Check for stdint.h. * config.in: Regenerate. * configure: Regenerate.
This commit is contained in:
@@ -9,7 +9,7 @@ sinclude(../common/aclocal.m4)
|
||||
# it by inlining the macro's contents.
|
||||
sinclude(../common/common.m4)
|
||||
|
||||
AC_CHECK_HEADERS(unistd.h)
|
||||
AC_CHECK_HEADERS(unistd.h stdint.h)
|
||||
|
||||
COPRO="armcopro.o maverick.o iwmmxt.o"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user