diff options
Diffstat (limited to 'gcc/config/i386/t-dlldir')
-rw-r--r-- | gcc/config/i386/t-dlldir | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/t-dlldir b/gcc/config/i386/t-dlldir new file mode 100644 index 000000000..a3e03317a --- /dev/null +++ b/gcc/config/i386/t-dlldir @@ -0,0 +1,6 @@ + +# In a native build, target DLLs go in bindir, where they can be executed. +# Note double quoting to prevent variables from being evaluated until install +# time; we don't want to expand them during libgcc.mvars generation. + +SHLIB_DLLDIR = $$(bindir) |