#!/usr/bin/sh
exec "${REALGCC:-gcc -mlong-double-64}" "$@" -specs "/usr/powerpc64le-linux-musl/lib64/musl-gcc.specs"
