This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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]: Missing Sparc Implies


> I guess I don't understand how the "machine=" specification in the
> configure scripts work...  They look like file path names that the
> build machinery tries one by one like this:
> 
> machine=a/b/c/d
> 
> step 1) try $(foo)/a/b/c/d
> step 2) try $(foo)/a/b/c
> step 3) try $(foo)/a/b
> step 4) try $(foo)/a
> 
> You seem to be suggesting that it works another way.

It sounds like you think there's an OR.  It's an AND.


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