Check-in [777177d6d5]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added patch to allow MPC to compile as a child of GCC
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 777177d6d56286b1bd6667b4fc27b6fd85c7709b
User & Date: rkeene 2015-02-11 04:36:22
Context
2015-02-11
21:00
Re-enabled gold, no reason to disable it check-in: e11796b140 user: rkeene tags: trunk
04:36
Added patch to allow MPC to compile as a child of GCC check-in: 777177d6d5 user: rkeene tags: trunk
04:04
Fixed typo in comment check-in: 8d885eba22 user: rkeene tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added patches/gcc/mpc-1.0.2-setldflags.diff.

























>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
diff -uNr gcc-4.8.4.orig/mpc/src/Makefile.in gcc-4.8.4-1fixmpcldflags/mpc/src/Makefile.in
--- gcc-4.8.4.orig/mpc/src/Makefile.in	2014-01-15 07:08:59.000000000 -0500
+++ gcc-4.8.4-1fixmpcldflags/mpc/src/Makefile.in	2015-02-10 23:30:55.524395513 -0500
@@ -182,7 +182,7 @@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@
-MPC_LDFLAGS = @MPC_LDFLAGS@
+MPC_LDFLAGS = @MPC_LDFLAGS@ @LDFLAGS@
 MPC_LOG_H = @MPC_LOG_H@
 NM = @NM@
 NMEDIT = @NMEDIT@