mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Formerly m68k/Makefile.~3~
This commit is contained in:
parent
1b52c9d5a4
commit
603bee3c22
@ -3,3 +3,9 @@
|
||||
# No existing m68k ports use Motorola syntax.
|
||||
|
||||
crypt := crypt.sun3 # Use uf-crypt/crypt.sun3.S.
|
||||
|
||||
# Disgusting magic to get `#'s into the asm code.
|
||||
$(objpfx)%.o: %.S
|
||||
$(CC) $(CPPFLAGS) -E $< \
|
||||
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
.S-rule := t
|
||||
|
Loading…
Reference in New Issue
Block a user