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