suncc.mk

changeset 284
8e7ef0675946
parent 234
33f373b28c8c
child 292
0a47ffc8b73b
equal deleted inserted replaced
283:0e36bb75a732 284:8e7ef0675946
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2016 Olaf Wintermann. All rights reserved. 4 # Copyright 2017 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
29 CC = cc 29 CC = cc
30 LD = cc 30 LD = cc
31 AR = ar 31 AR = ar
32 RM = rm 32 RM = rm
33 33
34 CFLAGS = -g -c -xc99 -D_FILE_OFFSET_BITS=64 34 CFLAGS = -O2 -c -xc99 -D_FILE_OFFSET_BITS=64
35 COFLAGS = -o 35 COFLAGS = -o
36 LDFLAGS = -lmd -lm 36 LDFLAGS = -lmd -lm
37 LOFLAGS = -o 37 LOFLAGS = -o
38 ARFLAGS = -r 38 ARFLAGS = -r
39 RMFLAGS = -f 39 RMFLAGS = -f

mercurial