diff options
author | Stephen Casner <casner@acm.org> | 2020-04-21 10:44:32 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-21 10:44:32 +0100 |
commit | e6cbe9654d14588f8bcaf267730fa4c694216eee (patch) | |
tree | b3a8f04ef43d5d0efe82d10cb1afb3cd8d1a3430 /configure.ac | |
parent | libstdc++: Fix PSTL tests to run correctly with newer Thread Building Blocks (diff) | |
download | gcc-e6cbe9654d14588f8bcaf267730fa4c694216eee.tar.gz gcc-e6cbe9654d14588f8bcaf267730fa4c694216eee.tar.bz2 gcc-e6cbe9654d14588f8bcaf267730fa4c694216eee.tar.xz |
Since the pdp11-aout target does not support gdb, gdbserver or gprof these should be excluded in configure.
PR 25830
* configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
* configure: Rebuild.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8d2b3d31ae0..b95532cae90 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1204,6 +1204,9 @@ case "${target}" in | |||
1204 | noconfigdirs="$noconfigdirs ld gas gdb gprof sim" | 1204 | noconfigdirs="$noconfigdirs ld gas gdb gprof sim" |
1205 | noconfigdirs="$noconfigdirs $target_libraries" | 1205 | noconfigdirs="$noconfigdirs $target_libraries" |
1206 | ;; | 1206 | ;; |
1207 | pdp11-*-*) | ||
1208 | noconfigdirs="$noconfigdirs gdb gprof" | ||
1209 | ;; | ||
1207 | powerpc-*-aix*) | 1210 | powerpc-*-aix*) |
1208 | # copied from rs6000-*-* entry | 1211 | # copied from rs6000-*-* entry |
1209 | noconfigdirs="$noconfigdirs gprof" | 1212 | noconfigdirs="$noconfigdirs gprof" |