Changeset 8d677cf in rtems


Ignore:
Timestamp:
09/14/18 04:35:59 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
0c56264
Parents:
b45a853
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 04:35:59)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:53:11)
Message:

build: Merge libgnat/Makefile.am

Location:
cpukit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    rb45a853 r8d677cf  
    479479endif
    480480
     481if LIBGNAT
     482
     483libcpukit_a_SOURCES += libgnat/ada_intrsupp.c
     484libcpukit_a_SOURCES += libgnat/adasupp.c
     485
     486endif
     487
    481488#
    482489# Create a new Version VC Key header if the VC state has changed.
     
    519526_SUBDIRS += libmisc
    520527_SUBDIRS += libmd
    521 _SUBDIRS += libgnat
    522528_SUBDIRS += libstdthreads
    523529_SUBDIRS += wrapup
  • cpukit/configure.ac

    rb45a853 r8d677cf  
    498498score/cpu/no_cpu/Makefile
    499499posix/Makefile
    500 libgnat/Makefile
    501500libnetworking/Makefile
    502501libpci/Makefile
  • cpukit/wrapup/Makefile.am

    rb45a853 r8d677cf  
    1919TMP_LIBS += ../rtems/librtems.a
    2020TMP_LIBS += ../posix/libposix.a
    21 
    22 if LIBGNAT
    23 TMP_LIBS += ../libgnat/libgnat.a
    24 endif
    2521
    2622TMP_LIBS += ../libstdthreads/libstdthreads.a
Note: See TracChangeset for help on using the changeset viewer.