Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / vera / niu_ippktgen / C / wrapper / Makefile.nc.sun4v.g++
CommitLineData
86530b38
AT
1#
2# This file contains definitions specifically for the SUN4V platform.
3#
4# Please do not modify the contents of this file. All changes should
5# be made in the Makefile.nc file.
6#
7
8CC = gcc
9CFLAGS = -O
10
11CCC = g++
12CCFLAGS = $(CFLAGS)
13CC_EXTENSION = cc
14
15SYSLIBS = -L/usr/lib -lsocket -lnsl -ldl -lelf -L/lib -lm -lintl -lelf
16
17#ARCH_CC_LD_DYN = -Bdynamic
18#ARCH_CCC_LD_DYN = $(ARCH_CC_LD_DYN)
19ARCH_RELOCATE_OPT = -fPIC
20ARCH_DYNAMIC_LD = -m32 -shared
21ARCH_DYNAMIC_SL_LD = $(ARCH_DYNAMIC_LD)
22#ARCH_DYNAMIC_LD = -G
23#ARCH_DYNAMIC_LD_64 = -G
24#ARCH_DYNAMIC_SL_LD_64 = $(ARCH_DYNAMIC_LD_64)
25#ARCH_64BIT_OPT = `[ \`ncbits\` = 64 ] && echo -m64 || echo`
26#ARCH_64BIT_OPT_64BIT_TEST = -m64
27PLI_IF =
28CIF_IF =
29INC_OPT = -I
30DEF_OPT = -D
31CC_OUT_OPT = -o ./
32CC_OUT_OPT_PLAIN = -o
33LD_OUT_OPT = -o