Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $CFLAGS are redundant for compiling .s files. | Koop Mast | 2010-12-14 | 1 | -4/+11 |
| | | | | | | | | | | | | | | GCC stays quiet, but Clang gives a warning of unused arguments. The configure check greps for warning, so the check fails. Remove $CFLAGS to clang doesn't emit the warnings. PR: ports/152480 Submitted by: me Patch by: dim@ Approved by: maintainer Notes: svn path=/head/; revision=266303 | ||||
* | Fix build on powerpc64 | Max Brazhnikov | 2010-07-18 | 1 | -0/+14 |
PR: ports/147565 Submitted by: Andreas Tobler <andreast at fgznet.ch> Approved by: Bjoern Koenig (maintainer) Notes: svn path=/head/; revision=257936 |