diff options
author | Doug Evans <dje@google.com> | 2012-01-18 18:35:43 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-01-18 18:35:43 +0000 |
commit | f83d8a90aee9d0ae60cd6c089aa19b400dbaf714 (patch) | |
tree | f04ba5a8561a30da9de7ef260160bf55ca9dc66a /gdb/config.in | |
parent | b9736cf83681f40268c92758a11cc5f67343ae31 (diff) | |
download | gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.zip gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.tar.gz gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.tar.bz2 |
* Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
(main.o): Remove rule.
* configure.ac (BINDIR): Define with AC_DEFINE_DIR.
(--with-sysroot): Rewrite.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 4aff10d..f1e6b9a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -7,6 +7,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Directory of programs. */ +#undef BINDIR + /* Define to the number of bits in type 'ptrdiff_t'. */ #undef BITSIZEOF_PTRDIFF_T @@ -854,6 +857,12 @@ moved. */ #undef SYSTEM_GDBINIT_RELOCATABLE +/* search for usr/lib et al within DIR */ +#undef TARGET_SYSTEM_ROOT + +/* Define if the sysroot directory should be relocated when GDB is moved. */ +#undef TARGET_SYSTEM_ROOT_RELOCATABLE + /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ #undef THREAD_DB_HAS_TD_NOTALLOC |