mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
16 lines
503 B
Plaintext
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
|