Bug 151874 - devel/binutils : Allow build with clang.
Summary: devel/binutils : Allow build with clang.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 19:00 UTC by Koop Mast
Modified: 2010-12-13 14:05 UTC (History)
0 users

See Also:


Attachments
binutils-clang.diff (572 bytes, patch)
2010-11-01 19:00 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2010-11-01 19:00:16 UTC
	The Clang compiler has a different set of warnings then the GCC
	compiler in base. Since -Werror is enabled the build fails.

Fix: Disable -Werror, so it doesn't see warnings anymore as fatal.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-01 19:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-13 13:27:55 UTC
mm          2010-12-13 13:27:45 UTC

  FreeBSD ports repository

  Modified files:
    devel/binutils       Makefile distinfo pkg-plist 
  Log:
  - Update to 2.21
  - Unbreak build with clang [1]
  
  PR:             ports/151874 [1]
  Submitted by:   Koop Mast <kwm@FreeBSD.org> [1]
  
  Revision  Changes    Path
  1.12      +3 -2      ports/devel/binutils/Makefile
  1.4       +2 -3      ports/devel/binutils/distinfo
  1.5       +2 -0      ports/devel/binutils/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2010-12-13 14:05:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!