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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [bare.cfg] - Blame information for rev 1780

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

Line No. Rev Author Line
1 1026 ivang
#
2
#  Config file for the "bare" BSP
3
#
4
#  bare.cfg,v 1.10 2001/12/07 12:32:09 joel Exp
5
#
6
 
7
# This is the actual bsp directory used during the build process.
8
RTEMS_BSP_FAMILY=bare
9
 
10
RTEMS_BSP=bare
11
 
12
RTEMS_CPU_MODEL=$(BARE_CPU_MODEL)
13
 
14
CPU_CFLAGS=$(BARE_CPU_CFLAGS)
15
 
16
include $(RTEMS_ROOT)/make/custom/default.cfg
17
 
18
# optimize flag: typically -0, could use -O4 or -fast
19
# -O4 is ok for RTEMS
20
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
21
 
22
# this target has no start file
23
START_BASE=
24
 
25
# The following are definitions of make-exe which will work using ld as
26
# is currently required.  It is expected that as of gcc 2.8, the end user
27
# will be able to override parts of the compilers specs and link using gcc.
28
 
29
define make-exe
30
        @echo "*** Cannot do a link with the bare bsp. ***"
31
        @echo "#!/bin/sh" > $(basename $@).exe
32
        @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
33
endef
34
 
35
define make-cxx-exe
36
        @echo "*** Cannot do a link with the bare bsp. ***"
37
        @echo "#!/bin/sh" > $(basename $@).exe
38
        @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
39
endef
40
 
41
# Miscellaneous additions go here

powered by: WebSVN 2.1.0

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