This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: [Patch] Fix for libgloss configure when LDFLAGS contains whitespace


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]