[Patch] Fix for libgloss configure when LDFLAGS contains whitespace

Marko Lindqvist cazfi74@gmail.com
Mon May 12 15:26:00 GMT 2008


2008/5/11 Christopher Faylor:
>  it isn't as simple as just saying
>
>  ABC=foo bar
>
>  on the command line.

 That's what config.status used to contain - and "bar: command not
found" was the error message which forced me to bug hunt.

 I'm fixing configure.in (LDFLAGS="${LDFLAGS}"), from which configure
is generated (LDFLAGS="${LDFLAGS}"), and finally configure generates
config.status (LDFLAGS="foo bar") and runs it.

 Oh, and patch of course requires running autoconf (regenerating new
configure from patched configure.in)


 - ML



More information about the Newlib mailing list