This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] |
On Thu, Aug 21, 2014 at 04:27:27PM +0530, Siddhesh Poyarekar wrote: > +# Minimal CPPFLAGS for the initial compilations, i.e. syscall stubs, %.v.i, > +# etc. > +MIN-CPPFLAGS = $(config-extra-cppflags) $(CPPUNDEFS) $(CPPFLAGS-config) \ > + $($(subdir)-CPPFLAGS) \ > + $(+includes) $(defines) $(sysdep-CPPFLAGS) \ > + $(CPPFLAGS-$(suffix $@)) \ > + $(foreach lib,$(libof-$(basename $(@F))) \ > + $(libof-$(<F)) $(libof-$(@F)),$(CPPFLAGS-$(lib))) \ > + $(CPPFLAGS-$(<F)) $(CPPFLAGS-$(@F)) $(CPPFLAGS-$(basename $(@F))) This patch breaks ABI on s390x, alpha and m68k. I've got an fix[1], which I'll incorporate into this patch and post an update. Siddhesh [1] https://sourceware.org/ml/libc-alpha/2014-08/msg00386.html
Attachment:
pgpKR5ZVuMFqs.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |