forked from Imagelibrary/rtems
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use RTEMS_AMPOLISH3.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2006-03-07 Lars Munch <lars@segv.dk>
|
2006-03-07 Lars Munch <lars@segv.dk>
|
||||||
|
|
||||||
* at91rm9200/clock/clock.c: The clock tick is not very precise on
|
* at91rm9200/clock/clock.c: The clock tick is not very precise on
|
||||||
|
|||||||
@@ -28,9 +28,7 @@ AM_CONDITIONAL(at91rm9200, test "$RTEMS_CPU_MODEL" = "at91rm9200")
|
|||||||
AM_CONDITIONAL(mc9328mxl, test "$RTEMS_CPU_MODEL" = "mc9328mxl")
|
AM_CONDITIONAL(mc9328mxl, test "$RTEMS_CPU_MODEL" = "mc9328mxl")
|
||||||
AM_CONDITIONAL(s3c2400, test "$RTEMS_CPU_MODEL" = "s3c2400")
|
AM_CONDITIONAL(s3c2400, test "$RTEMS_CPU_MODEL" = "s3c2400")
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add preinstall.am
|
* Makefile.am: Add preinstall.am
|
||||||
|
|||||||
@@ -21,9 +21,7 @@ AM_PROG_CC_C_O
|
|||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
RTEMS_PROG_CCAS
|
RTEMS_PROG_CCAS
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Fix broken patch to mcf5235.
|
* Makefile.am: Fix broken patch to mcf5235.
|
||||||
|
|||||||
@@ -44,9 +44,7 @@ AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" )
|
|||||||
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
|
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
|
||||||
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
|
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove bogus CFLAGS_OPTIMIZE_V.
|
* Makefile.am: Remove bogus CFLAGS_OPTIMIZE_V.
|
||||||
|
|||||||
@@ -35,9 +35,7 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
|
|||||||
|
|
||||||
AM_CONDITIONAL(au1x00, test "$RTEMS_CPU_MODEL" = "au1x00")
|
AM_CONDITIONAL(au1x00, test "$RTEMS_CPU_MODEL" = "au1x00")
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2006-04-05 Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
|
2006-04-05 Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
|
||||||
|
|
||||||
* mpc6xx/clock/c_clock.c: Now works with MPCI SHM driver.
|
* mpc6xx/clock/c_clock.c: Now works with MPCI SHM driver.
|
||||||
|
|||||||
@@ -72,9 +72,7 @@ AM_CONDITIONAL(ppc403,[test "$RTEMS_CPU_MODEL" = "ppc403" \
|
|||||||
|| test "$RTEMS_CPU_MODEL" = "ppc405"])
|
|| test "$RTEMS_CPU_MODEL" = "ppc405"])
|
||||||
AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
|
AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
|
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
|
||||||
|
|||||||
@@ -25,9 +25,7 @@ AM_CONDITIONAL([sh7032],[test x"$RTEMS_CPU_MODEL" = x"sh7032"])
|
|||||||
AM_CONDITIONAL([sh7045],[test x"$RTEMS_CPU_MODEL" = x"sh7045"])
|
AM_CONDITIONAL([sh7045],[test x"$RTEMS_CPU_MODEL" = x"sh7045"])
|
||||||
AM_CONDITIONAL([sh7750],[test x"$RTEMS_CPU_MODEL" = x"sh7750"])
|
AM_CONDITIONAL([sh7750],[test x"$RTEMS_CPU_MODEL" = x"sh7750"])
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|
||||||
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
|
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
|
||||||
|
|||||||
@@ -24,9 +24,7 @@ RTEMS_PROG_CCAS
|
|||||||
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|
||||||
|| test "$RTEMS_CPU_MODEL" = "leon2" )
|
|| test "$RTEMS_CPU_MODEL" = "leon2" )
|
||||||
|
|
||||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
RTEMS_AMPOLISH3
|
||||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
|
||||||
&& test -n "$AMPOLISH3"])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
Reference in New Issue
Block a user