Changeset 65ee021 in mainline
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07eaeea
- Parents:
- 2e328c3
- git-author:
- Dzejrou <dzejrou@…> (2018-07-03 00:17:13)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r2e328c3 r65ee021 335 335 ifneq ($(BINARY),) 336 336 337 if eq ($(findstring ".cpp", $($suffix $(SOURCES))),)337 ifneq ($(filter %.cpp %.cc %.cxx, $(SOURCES)),) 338 338 $(BINARY): $(LINKER_SCRIPT) $(OBJECTS) $(LIBTAGS) $(CXX_BASE_LIBS) 339 339 $(CXX) $(CXXFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) -T $(LINKER_SCRIPT) -Wl,-Map,$@.map -o $@ $(OBJECTS) $(LIBARGS) $(CXX_BASE_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.