mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
Formerly m68k/Makefile.~4~
This commit is contained in:
parent
8fdeef183c
commit
d9179a0922
@ -2,10 +2,10 @@
|
||||
# way to choose a sysdep file based on MIT vs Motorola syntax.
|
||||
# No existing m68k ports use Motorola syntax.
|
||||
|
||||
crypt := crypt.sun3 # Use uf-crypt/crypt.sun3.S.
|
||||
crypt := crypt.sun3 # Use 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
|
||||
define compile-command.S
|
||||
$(CC) $(CPPFLAGS) -E $< \
|
||||
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user