This is the mail archive of the newlib@sources.redhat.com 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]

newlib ignored by top-level configure


host: i686-pc-linux-gnu
goal: run gcc testsuite for cross target m32r-elf
procedure:
    checkout unified toolchain from sources.redhat.com:/cvs/src
    checkout gcc from gcc.gnu.org:/cvs/gcc
    graft gcc source into unified toolchain tree via symlink
    make a build dir that's a peer of toplevel toolchain+gcc in src/
    in build dir, configure like so:
	../src/configure --target=m32r-elf --enable-cgen-maint

I expected to see newlib/ and libgloss/ build-subdirs, but none appear.
`--with-newlib' is automatically passed to sub-configures, and
m32r doesn't set `noconfigdirs' in configure.in.

If I explicitly pass `--with-newlib' to the toplevel configure, it
makes no difference a'tall--still no newlib/ or libgloss/

Any clues about what I'm doing wrong here?

Greg


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