aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdb
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-13 10:23:47 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-22 21:56:49 +0100
commit22857ede7294e5a3cf7c87e33abb132a232e71af (patch)
treece6dff0c267e4fdb81cd12976b6df5e843c50b1b /main/gdb
parent8fc1f7eb70d25d4f0f9dc505369f6640056bd9df (diff)
downloadaports-22857ede7294e5a3cf7c87e33abb132a232e71af.tar.bz2
aports-22857ede7294e5a3cf7c87e33abb132a232e71af.tar.xz
main/gdb: don't configure opcodes separately
This was added in f4d91e795be1aff3b1a02d60509b9fe7e4cbb323 but I doubt that it is needed anymore. This change eases providing a multiarch subpackage.
Diffstat (limited to 'main/gdb')
-rw-r--r--main/gdb/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD
index 2883ea6e45..c0ee5a1a40 100644
--- a/main/gdb/APKBUILD
+++ b/main/gdb/APKBUILD
@@ -41,7 +41,6 @@ build () {
[ "$CARCH" = ppc64le ] && _config="$_config --enable-build-with-cxx=no"
./configure $_config
- (cd opcodes && ./configure $_config)
make
}