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

[Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored


http://sourceware.org/bugzilla/show_bug.cgi?id=14941

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-10 18:58:04 UTC ---
There are

              if test -n "$m0$m0sub$b$v$o$m$msub"; then 
                try_srcdir="${srcdir}/"
                case "$d" in
                /*) try_srcdir= ;;
                esac
                try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
                test -n "$enable_debug_configure" &&

But m0sub and msub are never defined.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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