mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Reflect changes above.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* libcsupport/include/sys/_inttypes.h: New.
|
||||
* libcsupport/include/sys/_stdint.h: New.
|
||||
* libcsupport/Makefile.am: Reflect changes above.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
|
||||
@@ -99,6 +99,13 @@ AS_IF([test x"${RTEMS_USE_NEWLIB}" = x"yes"],[
|
||||
RTEMS_USES_INTTYPES_H=$ac_cv_header_inttypes_h
|
||||
])
|
||||
|
||||
AM_CONDITIONAL(RTEMS_PROVIDES_STDINT_H,
|
||||
[test x"${RTEMS_USE_NEWLIB}" = x"yes" \
|
||||
&& test x"$ac_cv_header_stdint_h" = xno])
|
||||
AM_CONDITIONAL(RTEMS_PROVIDES_INTTYPES_H,
|
||||
[test x"${RTEMS_USE_NEWLIB}" = x"yes" \
|
||||
&& test x"$ac_cv_header_inttypes_h" = xno])
|
||||
|
||||
AS_IF([test x"${RTEMS_CPU}" = x"unix"],[
|
||||
## FIXME: This check is doubtful
|
||||
AS_IF([test "$HAS_MP" = "yes"],
|
||||
|
||||
Reference in New Issue
Block a user