forked from Imagelibrary/rtems
2002-08-05 Joel Sherrill <joel@OARcorp.com>
* Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore and required that the m68k optimized memcpy be moved to libcpu. * shared/misc/memcpy.c: Moved from score/cpu/m68k. * configure.ac, shared/Makefile.am: Modified to reflect new directory. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
This commit is contained in:
@@ -34,12 +34,16 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "m68020" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "m68040" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "m68ec040" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "m68lc040" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "m68060" )
|
||||
|| test "$RTEMS_CPU_MODEL" = "m68060" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "mcpu32" \
|
||||
|| test "$RTEMS_CPU_MODEL" = "mcpu32p" )
|
||||
|
||||
AM_CONDITIONAL(m68040, test "$RTEMS_CPU_MODEL" = "m68040")
|
||||
|
||||
AM_CONDITIONAL(mcf5206, test "$RTEMS_CPU_MODEL" = "mcf5206")
|
||||
|
||||
AM_CONDITIONAL(mcpu32, test "$RTEMS_CPU_MODEL" = "mcpu32")
|
||||
|
||||
case "$RTEMS_CPU_MODEL" in
|
||||
mcf5206 ) AC_CONFIG_SUBDIRS([mcf5206]);;
|
||||
*) ;;
|
||||
@@ -49,6 +53,7 @@ esac
|
||||
AC_CONFIG_FILES([Makefile
|
||||
shared/Makefile
|
||||
shared/cache/Makefile
|
||||
shared/misc/Makefile
|
||||
m68040/Makefile
|
||||
m68040/fpsp/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user