From: Emil Velikov Date: Mon, 31 Mar 2014 12:05:14 +0000 (+0100) Subject: pipe-loader: reorder PIPE_LIBS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=354a5cad74c38d2211e7f0ad485cc302fe51b3f0;p=mesa.git pipe-loader: reorder PIPE_LIBS Reorder -lm, -lrt, -lpthreads and -ldl to be consistent with the rest of mesa. Signed-off-by: Emil Velikov --- diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index ef1110476c6..6e78a75b6d2 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -40,10 +40,10 @@ PIPE_LIBS = \ $(top_builddir)/src/gallium/drivers/rbug/librbug.la \ $(top_builddir)/src/gallium/drivers/trace/libtrace.la \ $(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \ - $(DLOPEN_LIBS) \ + -lm \ $(CLOCK_LIB) \ $(PTHREAD_LIBS) \ - -lm + $(DLOPEN_LIBS) AM_LDFLAGS = \ -module \