mirror of
https://github.com/ENSL/NS.git
synced 2025-02-02 14:01:35 +00:00
5af879678c
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@69 67975925-1194-0748-b3d5-c16f83f1a3a1
16 lines
258 B
Makefile
16 lines
258 B
Makefile
#
|
|
# Basename for libraries
|
|
#
|
|
LIB_BASENAME = libstlport_sunpro64
|
|
|
|
#
|
|
# This makefile will work for SUN CC 5.0-5.3 (Forte 6 Update 2)
|
|
#
|
|
|
|
CC = CC -xarch=v9
|
|
CXX = CC -xarch=v9
|
|
|
|
COMP = SUN64
|
|
ATOMIC_ASM = sparc_atomic64.s
|
|
|
|
include sunpro-common.mak
|