blob: 07dd845f0a6004dcc3fd3e83aa4372f631d0dd90 (
plain)
1
2
3
4
5
6
7
8
9
|
# In a cross build, bindir contains host not target binaries, so target DLLs
# instead go in toolexeclibdir, alongside other target binaries and static libs.
# Note double quoting to prevent variables from being evaluated until install
# time; we don't want to expand them during libgcc.mvars generation, and in
# any case, $toolexeclibdir is not defined in the gcc/ subdirectory, only in
# target lib directories.
SHLIB_DLLDIR = $$(toolexeclibdir)
|