Am 01.10.2009 um 11:15 schrieb Maciej (Matchek) Blizinski:

I have a relatively straightforward build:

https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/urxvt/trunk/Makefile

After building the package on build10s, I see this:

urxvt:          ELF 32-bit MSB executable SPARC32PLUS Version 1,
 V8+ Required, dynamically linked, stripped
urxvtc:         ELF 32-bit MSB executable SPARC32PLUS Version 1,
 V8+ Required, dynamically linked, stripped
urxvtd:         ELF 32-bit MSB executable SPARC32PLUS Version 1,
 V8+ Required, dynamically linked, stripped

I've added  -mno-v8plus to the compiler flags. gmake modenv says:

       CFLAGS = -O2 -pipe -mcpu=v8 -mno-v8plus -I/opt/csw/include
     CXXFLAGS = -O2 -pipe -mcpu=v8 -mno-v8plus -I/opt/csw/include

Why is gcc still producing V8+ binaries? Is there a way to influence it?

This seems like a bug. Is there something on the GCC lists?


Best regards

  -- Dago
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to