mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* configure.in (TARGET_SYSTEM_ROOT): Set default to
${exec_prefix}/${target_alias}/sys-root. Match explicit '${exec_prefix}' (in addition to the expansion thereof) as relocatable. * configure: Rebuilt.
This commit is contained in:
parent
29767ab128
commit
715d16565f
@ -1,3 +1,11 @@
|
||||
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (TARGET_SYSTEM_ROOT): Set default to
|
||||
${exec_prefix}/${target_alias}/sys-root. Match explicit
|
||||
'${exec_prefix}' (in addition to the expansion thereof) as
|
||||
relocatable.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2003-02-20 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* symtab.c (search_symbols): Revert the search_symbols part of my
|
||||
|
1084
gdb/configure
vendored
1084
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -905,7 +905,7 @@ AC_ARG_WITH(sysroot,
|
||||
[ --with-sysroot[=DIR] Search for usr/lib et al within DIR.],
|
||||
[
|
||||
case ${with_sysroot} in
|
||||
yes) AC_ERROR(with-sysroot must specify path) ;;
|
||||
yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
|
||||
*) TARGET_SYSTEM_ROOT=$with_sysroot ;;
|
||||
esac
|
||||
|
||||
@ -921,7 +921,8 @@ AC_ARG_WITH(sysroot,
|
||||
test_prefix=$exec_prefix
|
||||
fi
|
||||
case ${TARGET_SYSTEM_ROOT} in
|
||||
${test_prefix}*)
|
||||
"${test_prefix}"|"${test_prefix}/"*|\
|
||||
'${exec_prefix}'|'${exec_prefix}/'*)
|
||||
t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
|
||||
TARGET_SYSTEM_ROOT_DEFINE="$t"
|
||||
;;
|
||||
|
@ -1,3 +1,11 @@
|
||||
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (TARGET_SYSTEM_ROOT): Set default to
|
||||
${exec_prefix}/${target_alias}/sys-root. Match explicit
|
||||
'${exec_prefix}' (in addition to the expansion thereof) as
|
||||
relocatable.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2003-02-20 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
|
||||
|
465
ld/configure
vendored
465
ld/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -34,7 +34,7 @@ AC_ARG_WITH(sysroot,
|
||||
[ --with-sysroot[=DIR] Search for usr/lib et al within DIR.],
|
||||
[
|
||||
case ${with_sysroot} in
|
||||
yes) AC_ERROR(with-sysroot must specify path) ;;
|
||||
yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
|
||||
*) TARGET_SYSTEM_ROOT=$with_sysroot ;;
|
||||
esac
|
||||
|
||||
@ -51,7 +51,8 @@ AC_ARG_WITH(sysroot,
|
||||
test_prefix=$exec_prefix
|
||||
fi
|
||||
case ${TARGET_SYSTEM_ROOT} in
|
||||
${test_prefix}*)
|
||||
"${test_prefix}"|"${test_prefix}/"*|\
|
||||
'${exec_prefix}'|'${exec_prefix}/'*)
|
||||
t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
|
||||
TARGET_SYSTEM_ROOT_DEFINE="$t"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user