Re: Brokenness in bash-3.2 Makefile

2010-01-12 Thread Mike Frysinger
On Monday 11 January 2010 22:31:15 Philip A. Prindeville wrote: > I'm trying to cross-build bash-3.2 with certain cross-compilation flags > (like LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD > is set to $(LDFLAGS), this isn't working. > > It would be nice to be able to set

Re: Brokenness in bash-3.2 Makefile

2010-01-12 Thread Chet Ramey
> I'm trying to cross-build bash-3.2 with certain cross-compilation flags (like > LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD is set to > $(LDFLAGS), this isn't working. > > It would be nice to be able to set the two orthogonally. Why not just specify the appropriate val

Brokenness in bash-3.2 Makefile

2010-01-12 Thread Philip A. Prindeville
I'm trying to cross-build bash-3.2 with certain cross-compilation flags (like LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD is set to $(LDFLAGS), this isn't working. It would be nice to be able to set the two orthogonally. Anyone have a patch I could test? Thanks, -Phili