http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56368
--- Comment #1 from Karlson2k <k2k at narod dot ru> 2013-02-19 16:41:03 UTC --- Looks like confusing naming. 'objdir' in 'configure' means 'relative path to directory for objects files', usually '.libs'. 'objdir' in makefile means 'absolute path to main build directory'. First few times 'objdir' in configure used like makefile's objdir and should be fixed.