]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/m68k/Makefile
Formerly m68k/Makefile.~4~
[thirdparty/glibc.git] / sysdeps / m68k / Makefile
1 # This uses MIT assembler syntax. We have no convenient
2 # way to choose a sysdep file based on MIT vs Motorola syntax.
3 # No existing m68k ports use Motorola syntax.
4
5 crypt := crypt.sun3 # Use crypt/crypt.sun3.S.
6
7 # Disgusting magic to get `#'s into the asm code.
8 define compile-command.S
9 $(CC) $(CPPFLAGS) -E $< \
10 | sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
11 endef