This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 use gcc for .S files
Change-Id: I67375e10356c131fc49d01f74a0aa9c93adf9ae5
rfuchs/1989
Richard Fuchs
4 months ago
parent
ffacde5748
commit
70be9e6ca3
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/common.Makefile
+0
-1
lib/lib.Makefile
+ 1
- 1
lib/common.Makefile
View File
@ -30,7 +30,7 @@ $(DAEMONOBJS): %.o: ../daemon/%.c
$(CC) -c $(CFLAGS) $< -o $@
$(LIBASMOBJS): %.o: ../lib/%.S
$(
AS
) -c $(ASFLAGS) $< -o $@
$(
CC
) -c $(ASFLAGS) $< -o $@
$(TARGET): $(ALLOBJS) Makefile
+ 0
- 1
lib/lib.Makefile
View File
@ -1,5 +1,4 @@
CC ?= gcc
AS ?= gcc
ifeq ($(DO_ASAN_FLAGS),1)
ASAN_FLAGS = -ggdb -O0 -fsanitize=address -fsanitize=leak -fsanitize=undefined
Write
Preview
Loading…
Cancel
Save