Get the latest tech news

GNU Make Standard Library


The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. The GMSL is released under the BSD License.

The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. GMSL has a number of environment variables (or command-line overrides) that control various bits of functionality: VariablePurposeGMSL_NO_WARNINGSIf set prevents GMSL from outputting warning messages: artithmetic functions generate underflow warnings.GMSL_NO_ERRORSIf set prevents GMSL from generating fatal errors: division by zero or failed assertions are fatal.GMSL_TRACEEnables function tracing.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of GNU

GNU

Photo of Standard Library

Standard Library

Related news:

News photo

GNU Binutils 2.44 Released With Gas Support For AVX10.2, New Diamond Rapids Instructions

News photo

Using the Rust standard library with the NuttX RTOS

News photo

GNU Debugger GDB 16.1 Brings Better Intel PT Support, gstack Added