1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

Add x32 support to ldconfig

This commit is contained in:
H.J. Lu
2012-03-16 15:03:37 -07:00
parent c0c83bc8b2
commit f1a77b01f4
7 changed files with 95 additions and 90 deletions

View File

@@ -90,6 +90,10 @@ print_entry (const char *lib, int flag, unsigned int osversion,
break;
case FLAG_MIPS64_LIBN64:
fputs (",64bit", stdout);
break;
case FLAG_X8664_LIBX32:
fputs (",x32", stdout);
break;
case 0:
break;
default: