From 188fd47a51aa735f60169513acee316e6c44f700 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 31 Oct 2017 20:57:49 -0400 Subject: [PATCH] add missing environment --- src/target.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/target.cpp b/src/target.cpp index 38421a8921..eb14330e22 100644 --- a/src/target.cpp +++ b/src/target.cpp @@ -166,6 +166,7 @@ static const ZigLLVM_EnvironmentType environ_list[] = { ZigLLVM_UnknownEnvironment, ZigLLVM_GNU, + ZigLLVM_GNUABIN32, ZigLLVM_GNUABI64, ZigLLVM_GNUEABI, ZigLLVM_GNUEABIHF,