Changes in / [1805b1b:3901457]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r1805b1b r3901457  
    409409                args[nargs++] = "-Wl,--pop-state";
    410410                args[nargs++] = "-lcfa";
    411                 args[nargs++] = "-lpthread";
     411                args[nargs++] = "-pthread";
    412412                args[nargs++] = "-ldl";
    413413                args[nargs++] = "-lrt";
  • libcfa/src/Makefile.am

    r1805b1b r3901457  
    3333# The built sources must not depend on the installed headers
    3434AM_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@
     35AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@
    3636AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
    3737CFACC = @CFACC@
  • libcfa/src/Makefile.in

    r1805b1b r3901457  
    445445# The built sources must not depend on the installed headers
    446446AM_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@
     447AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@
    448448AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
    449449@BUILDLIB_FALSE@headers_nosrc =
Note: See TracChangeset for help on using the changeset viewer.