mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
LoongArch: Add support for ldconfig.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999-2023 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2022-2023 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -225,6 +225,12 @@ print_entry (const char *lib, int flag, uint64_t hwcap,
|
||||
case FLAG_RISCV_FLOAT_ABI_DOUBLE:
|
||||
fputs (",double-float", stdout);
|
||||
break;
|
||||
case FLAG_LARCH_FLOAT_ABI_SOFT:
|
||||
fputs (",soft-float", stdout);
|
||||
break;
|
||||
case FLAG_LARCH_FLOAT_ABI_DOUBLE:
|
||||
fputs (",double-float", stdout);
|
||||
break;
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user