gdb: disable libbfd installation
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0010-patch-hotspot_make_solaris_makefiles_build__vm__def.sh.patch
blobdbb6cd70d534e57ca6963a25ffb0aafecf192fe4
1 $NetBSD: patch-hotspot_make_solaris_makefiles_build__vm__def.sh,v 1.1 2015/07/03 20:40:59 fhajny Exp $
3 Fix path to nm.
5 --- hotspot/make/solaris/makefiles/build_vm_def.sh.orig
6 +++ hotspot/make/solaris/makefiles/build_vm_def.sh
7 @@ -1,6 +1,6 @@
8 #!/bin/sh
10 -/usr/ccs/bin/nm -p $* \
11 +/usr/bin/nm -p $* \
12 | awk '{
13 if ($2 == "U") next
14 if ($3 ~ /^__1c.*__vtbl_$/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";"