summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gdb/darwin-target-match.patch
blob: 1328d919503aefaf3a2b99bd2bdb59e307324fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure	2017-06-05 00:51:26.000000000 +0900
+++ b/configure	2018-03-06 23:12:58.000000000 +0900
@@ -3603,7 +3603,7 @@
     noconfigdirs="$noconfigdirs ld gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
-  x86_64-*-darwin[912]*)
+  x86_64-*-darwin*)
     noconfigdirs="$noconfigdirs ld gas gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;