mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -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
21 lines
533 B
Text
21 lines
533 B
Text
# impl.gmk.ic: GNUMAKEFILE FRAGMENT FOR IRIX CC (IRIX 4 OR 5)
|
|
#
|
|
# $Id$
|
|
# Copyright (c) 2001 Ravenbrook Limited.
|
|
#
|
|
# This file is included by platform makefiles that use the IRIX CC
|
|
# compiler. It defines the compiler specific variables that the
|
|
# common makefile fragment (impl.gmk.comm) requires.
|
|
|
|
# We need a symbol for a non-empty definition with empty value
|
|
ifdef MPS_EMPTY
|
|
error "ic.gmk: MPS_EMPTY defined"
|
|
endif
|
|
|
|
CC = cc
|
|
CFLAGSCOMPILER = $(MPS_EMPTY)
|
|
CFLAGSDEBUG = -g
|
|
CFLAGSOPT = -O -g
|
|
CFLAGSOPTNODEBUG = -O
|
|
|
|
include comm.gmk
|