summaryrefslogtreecommitdiff
path: root/devel/freebsd-sysroot/files/powerpc64_elfv2-cc.in
blob: 8569d9c73bc3771ddcfcbb9b11a2b174cf100bd7 (plain) (blame)
1
2
3
4
#!/bin/sh
: ${FREEBSD_SYSROOT_CC:="%%FREEBSD_SYSROOT_CC%%"}
: ${FREEBSD_SYSROOT:="%%FREEBSD_SYSROOT%%"}
exec "${FREEBSD_SYSROOT_CC}" --sysroot="${FREEBSD_SYSROOT}" -mabi=elfv2 --target=%%FREEBSD_SYSROOT_LLVM_TRIPLE%% "$@"