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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgcc/] [static-object.mk] - Blame information for rev 775

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

Line No. Rev Author Line
1 734 jeremybenn
# This file is included several times in a row, once for each element of
2
# $(iter-items).  On each inclusion, we advance $o to the next element.
3
 
4
o := $(firstword $(iter-items))
5
iter-items := $(filter-out $o,$(iter-items))
6
 
7
base := $(basename $(notdir $o))
8
 
9
# Copy c_flags to a rule-specific copy and use the copy, to avoid the
10
# following rules being affected by later changes to c_flags in the
11
# including file.
12
c_flags-$o := $(c_flags)
13
 
14
ifeq ($(suffix $o),.c)
15
 
16
$(base)$(objext): $o
17
        $(gcc_compile) $(c_flags-$<) -c $< $(vis_hide)
18
 
19
else
20
 
21
ifneq ($(suffix $o),.S)
22
ifneq ($(suffix $o),.asm)
23
$(error Unsupported file type: $o)
24
endif
25
endif
26
 
27
$(base)$(objext): $o
28
        $(gcc_compile) -c -xassembler-with-cpp $<
29
 
30
endif

powered by: WebSVN 2.1.0

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