aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/o-l.make
blob: 764d7d441266ca3e595bcfc0e1c3497e2d15abef (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : build/cxx/o-l.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(call include,$(bld_root)/ld/configuration-lib.make)
$(call include,$(bld_root)/cxx/configuration.make)

ifdef cxx_id
$(call include-once,$(bld_root)/cxx/$(cxx_id)/o-l.make,$(out_base))
endif