+= -mt (multithreading) flag for the standard C compiler

This commit is contained in:
Ralph Lange
2005-11-21 09:30:48 +00:00
parent 543a723851
commit 61776f958e

View File

@@ -15,9 +15,9 @@ AR = ar -rc
LD = ld -r
# Configure OS vendor C compiler
CONFORM_CFLAGS_ANSI = -Aa
CONFORM_CFLAGS_STRICT = -Aa
CONFORM_CFLAGS_TRAD = -Ac
CONFORM_CFLAGS_ANSI = -Aa -mt
CONFORM_CFLAGS_STRICT = -Aa -mt
CONFORM_CFLAGS_TRAD = -Ac -mt
# Portability across different PA-RISC architecture versions
CODE_CFLAGS = +DAportable +z