mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
20 lines
637 B
Plaintext
20 lines
637 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/gdb/gdb.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# Copyright (C) 1998 - 2003 ROCK Linux Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
export CONFIG_SHELL=/bin/bash
|
|
|
|
var_remove confopt " " "--enable-shared"
|
|
var_remove confopt " " "--disable-static"
|
|
|
|
var_append confopt " " --disable-install-libbfd
|
|
|
|
# error: initializer element is not constant: SIGSTKSZ
|
|
[ "$SDECFG_LIBC" = "glibc" ] && var_append confopt " " "--disable-sim"
|
|
|
|
pkginstalled expat || var_append confopt ' ' "--with-expat=no"
|
|
hook_add inmake 5 "eval $MAKE -C gdb/doc DESTDIR=$root install-info"
|