Skip to content

Commit

Permalink
binutils: Disable STRIP_DEBUG_SUPPORTED.
Browse files Browse the repository at this point in the history
Something changed in the 2.40 update that means stripping ar(1) results
in a broken binary.
  • Loading branch information
jperkin committed Jan 28, 2023
1 parent c0092c7 commit 35cb4b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/binutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.109 2023/01/14 20:11:04 fcambus Exp $
# $NetBSD: Makefile,v 1.110 2023/01/28 12:26:05 jperkin Exp $

DISTNAME= binutils-2.40
CATEGORIES= devel
Expand All @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3

CONFLICTS= avr-binutils<2.13.2.1nb1

STRIP_DEBUG_SUPPORTED= no

USE_PKGLOCALEDIR= yes
REPLACE_LOCALEDIR_PATTERNS+= Make-in

Expand Down

0 comments on commit 35cb4b8

Please sign in to comment.