cvs commit: ports/devel/avr-libc Makefile

Kris Kennaway kris at obsecurity.org
Mon May 19 14:23:33 PDT 2003


On Mon, May 19, 2003 at 02:43:59PM +0200, Joerg Wunsch wrote:
> As Joerg Wunsch wrote:
> 
> > What about someone who wants to use an alternate C compiler, like icc?

Yes, that would also break your port in the same way.  Assuming that
icc can be used to compile the software, someone who used icc-specific
CFLAGS would find that the port blows up in exactly the same place
when it tries to use the same icc CFLAGS when running the cross-built
gcc binary.

> And, why does this breakage only happen on 5.1, not on 5.0?

The port *would* have been broken had someone set their own
i386-specific CFLAGS entry (which is what you suggested earlier in the
thread should be done instead of using bsd.cpu.mk and CPUTYPE) The
default setting of "-O -pipe" masked this software bug.

Do you see the problem now?

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20030519/c56d0a27/attachment.bin


More information about the cvs-ports mailing list