# Return a list of libraries the passed objects depend on. The
# Return a list of libraries the passed objects depend on. The
# libraries are in "-lfoo" format suitable for passing to gcc.
# libraries are in "-lfoo" format suitable for passing to gcc.
@ -17,7 +17,7 @@
if match.group('ld'):
if match.group('ld'):
ret.append(find_lib(match.group(0)))
ret.append(find_lib(match.group(0)))
elif match.group('lib'):
elif match.group('lib'):
@@ -619,7 +619,7 @@ while 1:
@@ -617,7 +617,7 @@
cmd.extend(extra_flags)
cmd.extend(extra_flags)
cmd.append("-lgcc")
cmd.append("-lgcc")
cmd.extend(["-L%s" % a for a in [dest_path] + [sysroot + b for b in lib_path if sysroot == "" or b not in ("/" + libdir + "/", "/usr/" + libdir + "/")]])
cmd.extend(["-L%s" % a for a in [dest_path] + [sysroot + b for b in lib_path if sysroot == "" or b not in ("/" + libdir + "/", "/usr/" + libdir + "/")]])