Lines Matching full:bin
35 on your system, run ``/usr/bin/ld -v``. It will report "GNU
37 ``/usr/bin/ld.gold``, one option is to simply make that the default by
38 backing up your existing ``/usr/bin/ld`` and creating a symbolic link
39 with ``ln -s /usr/bin/ld.gold /usr/bin/ld``. Alternatively, you can build
41 cause the clang driver to invoke ``/usr/bin/ld.gold`` directly.
44 ``/usr/bin/ld.gold -plugin``. If it complains "missing argument" then
64 ``/usr/bin/ld`` then replace it with ``ld-new``. Alternatively, install
65 in ``/usr/bin/ld.gold`` and use ``-fuse-ld=gold`` as described earlier.
88 built to ``/usr/bin``.
160 export CC="$PREFIX/bin/clang -flto"
161 export CXX="$PREFIX/bin/clang++ -flto"
162 export AR="$PREFIX/bin/ar"
163 export NM="$PREFIX/bin/nm"
164 export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a
170 export PATH="$PREFIX/bin:$PATH"
173 export RANLIB=/bin/true