Commit 6f9be812 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5a9fcc7d'

* commit '5a9fcc7d':
  build: Add rule for building host-specific object files

Conflicts:
	Makefile
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a6c455cf 5a9fcc7d
......@@ -57,6 +57,9 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
%.o: %.S
$(COMPILE_S)
%_host.o: %.c
$(COMPILE_HOSTC)
%.i: %.c
$(CC) $(CCFLAGS) $(CC_E) $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment