mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
17 lines
427 B
Text
17 lines
427 B
Text
# impl.gmk.sos8gp: BUILD FOR SOLARIS/SPARC v8/GCC WITH PROFILING PLATFORM
|
|
#
|
|
# $Id$
|
|
# Copyright (c) 2001 Ravenbrook Limited.
|
|
#
|
|
# This is the GNU makefile for platform.sos8gp.
|
|
|
|
PFM = sos8gp
|
|
|
|
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmso.c \
|
|
protso.c prmcan.c span.c
|
|
MPMS = sssos8.s
|
|
SWPF = than.c vmso.c protsw.c prmcan.c ssan.c
|
|
# Need to pass the profile option to the linker as well.
|
|
LIBS = -lm -pg
|
|
|
|
include gp.gmk
|