OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [custom/] [posix.cfg] - Blame information for rev 585

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  Config file for the posix based RTEMS
3
#
4
#  $Id: posix.cfg,v 1.2 2001-09-27 12:02:52 chris Exp $
5
#
6
 
7
# include $(RTEMS_ROOT)/make/target.cfg
8
include $(RTEMS_ROOT)/make/host.cfg
9
 
10
# Set them here, otherwise gcc-target-default.cfg will set them to values
11
# not working on some os variants (linux-RH5.0, glibc versions 2.0.0 - 2.0.7)
12
# These should be available on all unices
13
LIBC_LIBC=-lc
14
LIBC_LIBM=-lm
15
 
16
include $(RTEMS_ROOT)/make/custom/$(RTEMS_HOST)-posix.cfg
17
 
18
# Not applicable - let's override 'em
19
LINKCMDS=
20
START_FILE=
21
START_BASE=
22
 
23
# Here is the rule to actually build a $(ARCH)/foo.exe
24
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
25
# Usage ref: src/tests/sptest/sp1/Makefile
26
#
27
# 'NODE' is set to 1 or 2 for multi cpu tests (ref: mptests/mp01/node1/Makefile)
28
# If NODE is set as an environment variable, don't trust it, zero it out.
29
# (NODE turns out to be a very common environment variable)
30
ifeq (,$(NODE))
31
NODE=0
32
else
33
ifeq "$(origin NODE)" "environment"
34
NODE=0
35
endif
36
endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.