]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/m68k/t-uclinux
sourcebuild.texi, [...]: Revert automatic dependency patch.
[thirdparty/gcc.git] / gcc / config / m68k / t-uclinux
CommitLineData
abe92a04
RS
1# crti and crtn are provided by uClibc.
2EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o
3
10e96df4
NS
4# Only include multilibs for the 68020 and for CPUs without an MMU.
5M68K_MLIB_CPU += && (MLIB == "68020" || !match(FLAGS, "FL_MMU"))
ba591f5a 6
10e96df4
NS
7# Add multilibs for execute-in-place and shared-library code.
8M68K_MLIB_OPTIONS += msep-data/mid-shared-library
9M68K_MLIB_DIRNAMES += msep-data mid-shared-library
3ca43df7
RS
10
11# This rule uses MULTILIB_MATCHES to generate a definition of
12# SYSROOT_SUFFIX_SPEC.
13sysroot-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)" > $@