aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-21 13:20:56 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-21 13:20:56 +0000
commiteb3680908710531f83227809322df22b9e0ca98c (patch)
treee6525bf21f70a4fc445afebd2ba6ebe946359ca3 /gdb/configure
parent7df428b11639efa0ec64b3f10a2472bd68316179 (diff)
downloadfsf-binutils-gdb-eb3680908710531f83227809322df22b9e0ca98c.zip
fsf-binutils-gdb-eb3680908710531f83227809322df22b9e0ca98c.tar.gz
fsf-binutils-gdb-eb3680908710531f83227809322df22b9e0ca98c.tar.bz2
* config/i386/tm-linux.h (sys_quotactl): Do not define.
* configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not define for i[[3456]]86-*-linux* native configurations. * config.in, configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure16
1 files changed, 1 insertions, 15 deletions
diff --git a/gdb/configure b/gdb/configure
index fa0d2c3..9d9309e 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -19277,24 +19277,10 @@ _ACEOF
fi
-# If we are configured native on GNU/Linux, work around problems with
-# sys/procfs.h
-# Also detect which type of /proc is in use, such as for Unixware or Solaris.
+# Detect which type of /proc is in use, such as for Unixware or Solaris.
if test "${target}" = "${host}"; then
case "${host}" in
- i[3456]86-*-linux*)
-
-cat >>confdefs.h <<\_ACEOF
-#define START_INFERIOR_TRAPS_EXPECTED 2
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define sys_quotactl 1
-_ACEOF
-
- ;;
*-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
cat >>confdefs.h <<\_ACEOF