patches/binutils-05-lm.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 546 7976e6fd6450
child 8249 994ab7add44e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
546
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     1
--- binutils-2.18-orig/gprof/Makefile.am	2007-08-13 01:51:51.000000000 +0000
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     2
+++ binutils-2.18/gprof/Makefile.am	2007-10-14 10:07:26.951320958 +0000
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     3
@@ -30,7 +30,7 @@
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     4
 	i386.c alpha.c vax.c tahoe.c sparc.c mips.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     5
 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     6
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     7
-gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     8
+gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) -lm
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     9
 
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    10
 noinst_HEADERS = \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    11
 	basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    12
--- binutils-2.18-orig/gprof/Makefile.in	2007-08-13 01:51:51.000000000 +0000
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    13
+++ binutils-2.18/gprof/Makefile.in	2007-10-14 10:15:56.431079587 +0000
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    14
@@ -257,7 +257,7 @@
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    15
 
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    16
 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    17
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    18
-gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    19
+gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) -lm
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    20
 noinst_HEADERS = \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    21
 	basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    22
 	corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \