This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building gcc4-4.3.0-20070518 failed on OSX 10.3.9


Comparing the log of successful and failed builds I have found 
that the failed one contains -mdynamic-no-pic which does not
appear in the previous build.  According Apple's doc this
should be used in "application", but it should not appear
when building libraries (at least it is my understanding).

I suspect the origin of the problem comes from

2007-05-16  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.def (bootstrap_stage): Replace stage_make_flags with
        stage_cflags.
        * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
        Remove CFLAGS/LIBCFLAGS.
        (configure-stage[+id+]-[+prefix+][+module+],
        all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
        * Makefile.in: Regenerate.

but there are too many changes to allow me to go further.

BTW I also noticed the nicety

... -O2 -O2 -g -O2 ... -g -O2 ...

(was ... -O2 -O2 -g -O2 ... -O2 -g -O2 ...)

TIA

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]