chiark / gitweb /
[PATCH] sync klibc with release 0.95
[elogind.git] / klibc / klibc / arch / ppc / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/ppc/Makefile.inc
4 #
5 # Special rules for this architecture.  Note that this is actually
6 # included from the main Makefile, and that pathnames should be
7 # accordingly.
8 #
9
10 ARCHOBJS = \
11         arch/$(ARCH)/setjmp.o \
12         libgcc/__divdi3.o \
13         libgcc/__moddi3.o \
14         libgcc/__udivdi3.o \
15         libgcc/__umoddi3.o \
16         libgcc/__udivmoddi4.o
17
18
19 ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
20
21 archclean: