]> sourceware.org Git - systemtap.git/commitdiff
2006-11-09 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 9 Nov 2006 18:26:00 +0000 (18:26 +0000)
committerhunt <hunt>
Thu, 9 Nov 2006 18:26:00 +0000 (18:26 +0000)
* Makefile.am (staprun_LDADD): Need PROCFLAGS here too.

ChangeLog
Makefile.am
Makefile.in

index ec1ffe10835551911d7fc82951005c15874596b6..0c30489ac248ddcf2827a9eadaa93945de451f1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2006-11-09  Martin Hunt  <hunt@redhat.com>
-
+       * Makefile.am (staprun_LDADD): Need PROCFLAGS here too.
+       
+2006-11-09  Martin Hunt  <hunt@redhat.com>     
        * Makefile.am (staprun_CFLAGS): New. Use PROCFLAGS.
+
        * configure.ac: Add PROCFLAGS. Processor-dependent 
        compilation flags.
        * configure: Rebuilt.
index c43438929750d8b52435e292a131a36d317a74ff..e701e660d4e54be5e57edbee7a229d028f701f0c 100644 (file)
@@ -54,8 +54,7 @@ endif
 staprun_SOURCES = runtime/stpd/stpd.c runtime/stpd/librelay.c runtime/stpd/symbols.c
 
 staprun_CFLAGS = @PROCFLAGS@
-
-staprun_LDADD = -lpthread
+staprun_LDADD = @PROCFLAGS@ -lpthread
 
 pkglibexec_SCRIPTS = stp_check
 CLEANFILES += $(pkglibexec_SCRIPTS)
index a2ae444e87db525c624b8a1707323592a506b5c8..90f9dc576144c839b8a15b6c7c92c1dcf5a274bf 100644 (file)
@@ -266,7 +266,7 @@ CLEANFILES = $(am__append_3) $(pkglibexec_SCRIPTS)
 @BUILD_ELFUTILS_TRUE@stap_DEPENDENCIES = lib-elfutils/libdw.so
 staprun_SOURCES = runtime/stpd/stpd.c runtime/stpd/librelay.c runtime/stpd/symbols.c
 staprun_CFLAGS = @PROCFLAGS@
-staprun_LDADD = -lpthread
+staprun_LDADD = @PROCFLAGS@ -lpthread
 pkglibexec_SCRIPTS = stp_check
 loc2c_test_SOURCES = loc2c-test.c loc2c.c
 loc2c_test_CPPFLAGS = $(stap_CPPFLAGS)
This page took 0.04227 seconds and 5 git commands to generate.