1# SPDX-License-Identifier: Apache-2.0 2 3# Tell clang to give us the actual path to libgcc.a 4# when using --print-libgcc-file-name. Or else it may 5# decide to return path to libclang_rt.* if its default 6# is to use that library. Since we do -lgcc by default, 7# better tell clang to give us the correct path to libgcc.a. 8--rtlib=libgcc 9