Changeset ca9c287 in rtems


Ignore:
Timestamp:
08/11/02 05:23:26 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2aabc030
Parents:
fef95c56
Message:

2002-08-11 Ralf Corsepius <corsepiu@…>

  • cache/Makefile.am: Use .$(OBJEXT) instead of .o.
    • reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
    • syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
Location:
c/src/lib/libcpu/sparc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sparc/ChangeLog

    rfef95c56 rca9c287  
     12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * cache/Makefile.am: Use .$(OBJEXT) instead of .o.
     4        * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
     5        * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
     6
    172002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libcpu/sparc/cache/Makefile.am

    rfef95c56 rca9c287  
    77
    88C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
    9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1010
    1111include_libcpudir = $(includedir)/libcpu
  • c/src/lib/libcpu/sparc/reg_win/Makefile.am

    rfef95c56 rca9c287  
    77
    88S_FILES = window.S
    9 reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
     9reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1010
    1111include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
  • c/src/lib/libcpu/sparc/syscall/Makefile.am

    rfef95c56 rca9c287  
    1111noinst_HEADERS = syscall.h
    1212
    13 syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
     13syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset for help on using the changeset viewer.