comparison gcc/config/m68k/t-uclinux @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 # crti and crtn are provided by uClibc.
2 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o
3
4 # Only include multilibs for the 68020 and for CPUs without an MMU.
5 M68K_MLIB_CPU += && (MLIB == "68020" || !match(FLAGS, "FL_MMU"))
6
7 # Add multilibs for execute-in-place and shared-library code.
8 M68K_MLIB_OPTIONS += msep-data/mid-shared-library
9 M68K_MLIB_DIRNAMES += msep-data mid-shared-library
10
11 # This rule uses MULTILIB_MATCHES to generate a definition of
12 # SYSROOT_SUFFIX_SPEC.
13 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh
14 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \
15 "$(SYSTEM_HEADER_DIR)/../.." "$(MULTILIB_MATCHES)" \
16 "$(MULTILIB_OPTIONS)" > $@
17
18 generated_files += sysroot-suffix.h