Re: [PATCH 01/34] rs6000: Incorporate new builtins code into the build machinery

2021-08-05 Thread Segher Boessenkool
On Thu, Aug 05, 2021 at 08:47:54AM -0500, Bill Schmidt wrote: > Hi Segher, > > On 8/4/21 5:29 PM, Segher Boessenkool wrote: > >On Thu, Jul 29, 2021 at 08:30:48AM -0500, Bill Schmidt wrote: > >+rs6000-gen-builtins: rs6000-gen-builtins.o rbtree.o > >>+ $(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BU

Re: [PATCH 01/34] rs6000: Incorporate new builtins code into the build machinery

2021-08-05 Thread Bill Schmidt via Gcc-patches
Hi Segher, On 8/4/21 5:29 PM, Segher Boessenkool wrote: On Thu, Jul 29, 2021 at 08:30:48AM -0500, Bill Schmidt wrote: +rs6000-gen-builtins: rs6000-gen-builtins.o rbtree.o + $(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) -o $@ \ + $(filter-out $(BUILD_LIBDEPS), $^) $(B

Re: [PATCH 01/34] rs6000: Incorporate new builtins code into the build machinery

2021-08-04 Thread Segher Boessenkool
Hi! On Thu, Jul 29, 2021 at 08:30:48AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-gen-builtins.c (main): Close init_file > last. That easily fits on one line? > +rs6000-gen-builtins: rs6000-gen-builtins.o rbtree.o > + $(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFL

[PATCH 01/34] rs6000: Incorporate new builtins code into the build machinery

2021-07-29 Thread Bill Schmidt via Gcc-patches
Differences from previous version: - Removed the change to add rs6000-c.o to extra_objs (unnecessary) - Avoided race condition and documented how this works 2021-07-27 Bill Schmidt gcc/ * config.gcc (powerpc*-*-*): Add rs6000-builtins.o to extra_objs. * config/rs6000/rs6000-g