Changeset b04a2b3 in rtems


Ignore:
Timestamp:
01/20/04 03:03:04 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d8a2c36f
Parents:
89608ea7
Message:

2004-01-20 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
  • configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
  • wrapup/Makefile.am: Reflect changes to libcpu.
Location:
c/src/lib/libbsp/m68k/gen68360
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68360/ChangeLog

    r89608ea7 rb04a2b3  
     12004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
     4        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
     5        * wrapup/Makefile.am: Reflect changes to libcpu.
     6
    172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/m68k/gen68360/Makefile.am

    r89608ea7 rb04a2b3  
    1313
    1414include_HEADERS += include/coverhd.h
    15 
    16 EXTRA_DIST = times
    1715
    1816S_FILES = start/start.S
  • c/src/lib/libbsp/m68k/gen68360/configure.ac

    r89608ea7 rb04a2b3  
    1818
    1919AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
     20AM_CONDITIONAL(HAS_FPSP,[test "$RTEMS_CPU_MODEL" = "m68040"])
    2021
    2122# Explicitly list all Makefiles here
  • c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am

    r89608ea7 rb04a2b3  
    1212# bummer; have to use $foreach since % pattern subst rules only replace 1x
    1313OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    14     $(wildcard \
    15     ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \
    16     $(wildcard \
    17     ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
     14    ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
     15    ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
     16
     17if HAS_FPSP
     18OBJS += ../../../../libcpu/m68k/@RTEMS_CPU_MODEL@/fpsp$(LIB_VARIANT).rel
     19endif
    1820
    1921include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.