1#ident "@(#)i586-pyro-cc.rul	1.2 18/04/11 "
2###########################################################################
3# Written 1996-2018 by J. Schilling
4###########################################################################
5#
6# Platform dependent MACROS for Pyro
7#
8###########################################################################
9# Copyright (c) J. Schilling
10###########################################################################
11# The contents of this file are subject to the terms of the
12# Common Development and Distribution License, Version 1.0 only
13# (the "License").  You may not use this file except in compliance
14# with the License.
15#
16# See the file CDDL.Schily.txt in this distribution for details.
17# A copy of the CDDL is also available via the Internet at
18# http://www.opensource.org/licenses/cddl1.txt
19#
20# When distributing Covered Code, include this CDDL HEADER in each
21# file and include the License file CDDL.Schily.txt from this distribution.
22###########################################################################
23include $(SRCROOT)/$(RULESDIR)/rules.prg
24###########################################################################
25include $(SRCROOT)/$(RULESDIR)/cc-gcc.rul
26
27OSDEFS +=
28
29KDEFINES=	-DKERNEL -D_KERNEL
30
31LIB_PREFIX=	lib
32LIB_SUFFIX=	.a
33SHL_SUFFIX=	.so.$(DYNMAJOR).$(DYNMINOR)
34
35LIB_SOCKET=
36LIB_MATH=	-lm
37LIB_KVM=
38
39#LDOPTS=		$(LIBS_PATH) $(LDPATH) $(RUNPATH:-R%=-Wl,-R%)
40#
41# Uncomment the next line in case you are on an old Linker version that
42# does not support the -R linker flag.
43#
44#LDOPTS=		$(LIBS_PATH) $(LDPATH)
45
46LORDER=		echo
47TSORT=		cat
48
49#
50# The current developement system has these files in /boot/NIX/coreutils/bin
51#
52LN=			/boot/NIX/coreutils/bin/ln
53SYMLINK=	/boot/NIX/coreutils/bin/ln -s
54RM=			/boot/NIX/coreutils/bin/rm
55MV=			/boot/NIX/coreutils/bin/mv
56