Changeset fc235f44 in rtems


Ignore:
Timestamp:
03/26/04 09:11:59 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1dec74de
Parents:
e63a784c
Message:

2004-03-26 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
Location:
c/src/lib/libcpu
Files:
14 edited

Legend:

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

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/i386/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([cpuModel.h])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/i960/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/i960/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-i960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([i960ca])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/m68k/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/m68k/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([m68040])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/mips/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/mips/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([clock])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/powerpc/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/powerpc/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([mpc6xx])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/sh/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • c/src/lib/libcpu/sh/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([sh7032])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • c/src/lib/libcpu/sparc/ChangeLog

    re63a784c rfc235f44  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
     4
    152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/sparc/configure.ac

    re63a784c rfc235f44  
    66AC_INIT([rtems-c-src-lib-libcpu-sparc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([reg_win])
    8 RTEMS_TOP(../../../../..)
     8RTEMS_TOP([../../../../..],[../../..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
Note: See TracChangeset for help on using the changeset viewer.