ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since adf34b3 was 4e39f51, checked in by Thierry Delisle <tdelisle@…>, 5 years ago |
More work towards dynamically picking a framework, however initial-exec tls is not working correctly
|
-
Property mode
set to
100644
|
File size:
149 bytes
|
Line | |
---|
1 | all: gui-proto
|
---|
2 |
|
---|
3 | CXXFLAGS = -fpic -g -O0 -I.
|
---|
4 |
|
---|
5 | gui-proto: proto-gui/main.o thrdlib/thread.o
|
---|
6 | $(CXX) -pthread -ldl -o ${@} ${^} -ftls-model=initial-exec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.