Skip to content

Commit

Permalink
Merge commit '5a9fcc7d2524d6c0f86b2855019ee9f4cf360276'
Browse files Browse the repository at this point in the history
* commit '5a9fcc7d2524d6c0f86b2855019ee9f4cf360276':
  build: Add rule for building host-specific object files

Conflicts:
	Makefile

Merged-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Dec 2, 2013
2 parents a6c455c + 5a9fcc7 commit 6f9be81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
%.o: %.S
$(COMPILE_S)

%_host.o: %.c
$(COMPILE_HOSTC)

%.i: %.c
$(CC) $(CCFLAGS) $(CC_E) $<

Expand Down

0 comments on commit 6f9be81

Please sign in to comment.