chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / ppc64 / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/ppc64/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         arch/$(ARCH)/syscall.o
13
14 ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
15
16 INTERP_O = interp1.o
17
18 interp.o: interp1.o klibc.got
19         $(LD) $(LDFLAGS) -r -o $@ interp1.o klibc.got
20
21 klibc.got: $(SOHASH)
22         $(OBJCOPY) -j.got $< $@
23
24 archclean:
25         rm -f klibc.got