Changeset fe27cfb4 in rtems


Ignore:
Timestamp:
11/30/00 14:36:08 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4a14b7be
Parents:
cea4bd5
Message:

2000-11-30 Joel Sherrill <joel@…>

  • cache/Makefile.am: Removed automake warning by introducing a simple variable.
Location:
c/src/lib/libcpu/sparc
Files:
2 edited

Legend:

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

    rcea4bd5 rfe27cfb4  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * cache/Makefile.am: Removed automake warning by introducing a
     4        simple variable.
     5
    162000-11-27      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/lib/libcpu/sparc/cache/Makefile.am

    rcea4bd5 rfe27cfb4  
    2020
    2121if has_instruction_cache
    22 AM_CPPFLAGS += -I$(srcdir) -DHAS_INSTRUCTION_CACHE
    23 else
    24 AM_CPPFLAGS += -I$(srcdir)
     22CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE
    2523endif
     24
     25AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE)
    2626
    2727$(PROJECT_INCLUDE)/libcpu:
Note: See TracChangeset for help on using the changeset viewer.