2008-07-29 Chris Johns <chrisj@rtems.org>

* tools/configure.ac: Add CFLAGS to workaround building errors on
	a 64bit AMD host.
This commit is contained in:
Chris Johns
2008-07-29 04:32:34 +00:00
parent 021cf6b58b
commit af37ae0dd3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-07-29 Chris Johns <chrisj@rtems.org>
* tools/configure.ac: Add CFLAGS to workaround building errors on
a 64bit AMD host.
2008-07-29 Chris Johns <chrisj@rtems.org>
* ide/ide.c: Updated to the rtems_* libblock changed.

View File

@@ -9,6 +9,8 @@ RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
CFLAGS="-g -O2 -Wall"
AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE