From 32847987f531bdbcb2d15a11143daf8a2bc09e12 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Nov 2006 18:26:00 +0000 Subject: [PATCH] 2006-11-09 Martin Hunt * Makefile.am (staprun_LDADD): Need PROCFLAGS here too. --- ChangeLog | 5 ++++- Makefile.am | 3 +-- Makefile.in | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec1ffe108..0c30489ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2006-11-09 Martin Hunt - + * Makefile.am (staprun_LDADD): Need PROCFLAGS here too. + +2006-11-09 Martin Hunt * Makefile.am (staprun_CFLAGS): New. Use PROCFLAGS. + * configure.ac: Add PROCFLAGS. Processor-dependent compilation flags. * configure: Rebuilt. diff --git a/Makefile.am b/Makefile.am index c43438929..e701e660d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/Makefile.in b/Makefile.in index a2ae444e8..90f9dc576 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) -- 2.43.5