Changeset e8c52cf
- Timestamp:
- Dec 3, 2019, 6:17:54 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3901457
- Parents:
- 4fa8f1a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r4fa8f1a re8c52cf 409 409 args[nargs++] = "-Wl,--pop-state"; 410 410 args[nargs++] = "-lcfa"; 411 args[nargs++] = "- lpthread";411 args[nargs++] = "-pthread"; 412 412 args[nargs++] = "-ldl"; 413 413 args[nargs++] = "-lrt"; -
libcfa/src/Makefile.am
r4fa8f1a re8c52cf 33 33 # The built sources must not depend on the installed headers 34 34 AM_CFAFLAGS = -quiet -cfalib -I$(srcdir)/stdhdr $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@ 35 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@35 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@ 36 36 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 37 37 CFACC = @CFACC@ -
libcfa/src/Makefile.in
r4fa8f1a re8c52cf 445 445 # The built sources must not depend on the installed headers 446 446 AM_CFAFLAGS = -quiet -cfalib -I$(srcdir)/stdhdr $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@ 447 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@447 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@ 448 448 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 449 449 @BUILDLIB_FALSE@headers_nosrc =
Note: See TracChangeset
for help on using the changeset viewer.