ptrace supports threads
Fujitsu: POSTK_DEBUG_TEMP_FIX_53, POSTK_DEBUG_ARCH_DEP_44 Refs: #771, #1179, #1143 Change-Id: Ie17ece6864f0eeb0c0e550f4e369abb77980a0d0
This commit is contained in:
committed by
Dominique Martinet
parent
28c434a230
commit
ed1edb152b
23
test/issues/771+1179+1143/Makefile
Normal file
23
test/issues/771+1179+1143/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
CC = gcc
|
||||
TARGET= C771T001 C771T033 C771T037
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
C771T001: C771T001.c
|
||||
$(CC) -g -Wall -o $@ $^ -pthread
|
||||
|
||||
C771T033: C771T033.c
|
||||
$(CC) -g -Wall -o $@ $^ -pthread
|
||||
|
||||
C771T037: C771T037.c
|
||||
$(CC) -g -Wall -o $@ $^ -pthread
|
||||
|
||||
test: all
|
||||
@sh ./C771.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
rm -rf gdb-result
|
||||
Reference in New Issue
Block a user