diff options
Diffstat (limited to '.local/share/meson/native/gcc.txt')
-rw-r--r-- | .local/share/meson/native/gcc.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/meson/native/gcc.txt b/.local/share/meson/native/gcc.txt index f9d73f2..fef0ea0 100644 --- a/.local/share/meson/native/gcc.txt +++ b/.local/share/meson/native/gcc.txt @@ -1,4 +1,8 @@ [binaries] c = 'gcc' cpp = 'g++' +c_ld = 'bfd' +cpp_ldd = 'bfd' +ar = 'ar' +strip = 'strip' |