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, -Philip