Commit 1439f72b authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Use $(AS) instead of $(CC) to compile .s files.

parent 8295c862
...@@ -79,7 +79,7 @@ OBJS = $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o) \ ...@@ -79,7 +79,7 @@ OBJS = $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o) \
$(CC) -c $(ALLCFLAGS) -o $*.o $< $(CC) -c $(ALLCFLAGS) -o $*.o $<
.s.o: .s.o:
$(CC) -c -o $*.o $< $(AS) -o $*.o $<
.S.o: .S.o:
$(CC) -c -o $*.o $< $(CC) -c -o $*.o $<
......
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