Changeset f373bdc0 in rtems


Ignore:
Timestamp:
09/10/18 15:46:19 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
2d17e88
Parents:
2e77151
git-author:
Sebastian Huber <sebastian.huber@…> (09/10/18 15:46:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/04/18 06:02:28)
Message:

libdl: Avoid command line defines

Update #3375.

Location:
cpukit/libdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libdl/Makefile.am

    r2e77151 rf373bdc0  
    3030
    3131libdl_a_SOURCES += rtl-mdreloc-@RTEMS_CPU@.c
    32 libdl_a_CPPFLAGS = $(AM_CPPFLAGS) -DRTEMS_RTL_RAP_LOADER=1 -DRTEMS_RTL_ELF_LOADER=1
    3332
    3433endif
  • cpukit/libdl/rtl-obj.c

    r2e77151 rf373bdc0  
    3333#include "rtl-string.h"
    3434#include <rtems/rtl/rtl-trace.h>
     35
     36#define RTEMS_RTL_ELF_LOADER 1
     37#define RTEMS_RTL_RAP_LOADER 1
    3538
    3639#if RTEMS_RTL_RAP_LOADER
Note: See TracChangeset for help on using the changeset viewer.