This is the mail archive of the gcc-patches@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: PR/32009 and PR/32161, use CFLAGS_FOR_TARGET for bootstrapped target libraries


Hello!

> Index: config/mh-ppc-darwin
> ===================================================================
> --- config/mh-ppc-darwin	(revision 131960)
> +++ config/mh-ppc-darwin	(working copy)
> @@ -2,5 +2,4 @@
>  # position-independent-code -- the usual default on Darwin. This fix speeds
>  # compiles by 3-5%.
>
> -# Broken because of PR32009.
> -# BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
> +BOOT_CFLAGS=-g -O2 -mdynamic-no-pic

Why not:

BOOT_CFLAGS += -mdynamic-no-pic?

Uros.


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