t2sde/package/develop/binutils-spe/binutils-spe.conf
2025-04-14 11:54:47 +00:00

16 lines
503 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/binutils-spe/binutils-spe.conf
# Copyright (C) 2004 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
var_append confopt " " "--program-prefix=spu- --target=spu-elf"
atstage native && var_append confopt ' ' '--enable-gold --enable-ld=default'
var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,.*\.mo,/tmp/x,' -e 's,.*\/info\/.*,/tmp/x,'"
if atstage toolchain; then
var_append confopt " " "--with-sysroot=$sysroot"
fi