Changeset 8e2154e7 in mainline for uspace/app/cpptest/Makefile


Ignore:
Timestamp:
2018-07-05T21:41:25Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74aee0c
Parents:
a37eeb9
git-author:
Dzejrou <dzejrou@…> (2018-06-28 17:36:35)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
Message:

cpp: restructured build system to fix ia64 errors, renamed CPP* macros to CXX* macros to avoid possible conflicts with preprocessor macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/cpptest/Makefile

    ra37eeb9 r8e2154e7  
    2929USPACE_PREFIX = ../..
    3030
    31 # TODO: Force linker to link libcpp by default when linking cpp apps?
    32 LIBS = cpp
    33 
    34 BINARY = cpptest
     31CXX_BINARY = cpptest
    3532
    3633SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.