From 74d19ea235ee4b454ed7bbd1ee3784e32d8fbaf2 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 12 Jun 2017 09:33:52 -0400 Subject: [PATCH] fix construction variable reference table OBJSUFFIX entries --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 92f8d77..23cf1fd 100644 --- a/README.md +++ b/README.md @@ -455,8 +455,6 @@ construction variables can be overridden by the user. | LIBSUFFIX | String/Array | Default static library file suffix | ".a" | | OBJDUMP | String | Objdump executable | "objdump" | | OBJSUFFIX | String/Array | Default object file suffix | ".o" | -| This name will include variant components. | -| The user should not change this construction variable. | Determined at runtime. | | PROGSUFFIX | String | Default program suffix. | Windows: ".exe", POSIX: "" | | SHCC | String | Shared object C compiler | "${CC}" | | SHCCCMD | Array | Shared object C compiler command line | ["${SHCC}", "-c", "-o", "${_TARGET}", "${CCDEPGEN}", "${INCPREFIX}${CPPPATH}", "${CPPFLAGS}", "${SHCFLAGS}", "${SHCCFLAGS}", "${_SOURCES}"] |