summaryrefslogtreecommitdiff
path: root/dmake/startup/unix/sysvr3/gnu/macros.mk
blob: 13141971fe40f202ab8ebde4be5c5aa08ae4c828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# System V R3 GCC compiler specific macro definitions...
#

# Common tool renamings
CC    *:= gcc
"C++" *:= g++
AS    *:= gas
YACC  *:= bison
LEX   *:= flex

# Common flag settings
ARFLAGS *= -rvs