commit 284f6baf1c1884b2c5d17fd9724fdb5913e63e4e (tree)
parent 54edbc6815e42457cd28fa9f1b94e732504b3fc9
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 13 Mar 2019 13:33:00 -0400
remove nios2 from list of libc targets
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/target.cpp b/src/target.cpp
@@ -1435,7 +1435,6 @@ static const AvailableLibC libcs_available[] = {
{ZigLLVM_mipsel, OsLinux, ZigLLVM_Musl},
{ZigLLVM_mips, OsLinux, ZigLLVM_GNU},
{ZigLLVM_mips, OsLinux, ZigLLVM_Musl},
- {ZigLLVM_nios2, OsLinux, ZigLLVM_GNU},
{ZigLLVM_ppc64le, OsLinux, ZigLLVM_GNU},
{ZigLLVM_ppc64le, OsLinux, ZigLLVM_Musl},
{ZigLLVM_ppc64, OsLinux, ZigLLVM_GNU},