annotate src/isl-1-fixes.patch @ 3934:8ed7da7e39d4

gcc: parial undo of c/s ee802fc5dd9b * src/build-gcc.mk: version, checksum to 4.9.2 * src/native-gcc.mk: version, checksum to 4.9.2 * src/isl.mk: version 0.12.2 * src/isl-1-fixes.patch: add back patch file
author John Donoghue
date Thu, 07 May 2015 17:14:09 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3934
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
1 diff -ur a/include/isl/int.h b/include/isl/int.h
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
2 --- a/include/isl/int.h 2012-11-29 03:47:32.000000000 -0500
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
3 +++ b/include/isl/int.h 2014-02-19 02:44:04.311137242 -0500
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
4 @@ -14,7 +14,7 @@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
5 #include <string.h>
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
6 #include <gmp.h>
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
7 #if defined(__cplusplus)
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
8 -#include <iostream>
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
9 +#include <ostream>
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
10 #endif
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
11
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
12 #if defined(__cplusplus)
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
13 diff -u isl-0.12.2.orig/Makefile.am isl-0.12.2/Makefile.am
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
14 --- isl-0.12.2.orig/Makefile.am 2014-04-25 14:38:30.985118233 -0400
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
15 +++ isl-0.12.2/Makefile.am 2014-04-25 14:39:56.860765352 -0400
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
16 @@ -154,7 +154,7 @@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
17 isl_sample_piplib.h \
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
18 isl_piplib.c
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
19 libisl_la_LIBADD = @PIPLIB_LIBS@ @GMP_LIBS@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
20 -libisl_la_LDFLAGS = -version-info @versioninfo@ \
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
21 +libisl_la_LDFLAGS = -no-undefined -version-info @versioninfo@ \
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
22 @PIPLIB_LDFLAGS@ @GMP_LDFLAGS@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
23 libisl_la_CPPFLAGS = $(INCLUDES) @PIPLIB_CPPFLAGS@ @GMP_CPPFLAGS@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
24
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
25 diff -u isl-0.12.2.orig/Makefile.in isl-0.12.2/Makefile.in
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
26 --- isl-0.12.2.orig/Makefile.in 2014-04-25 14:38:30.972117984 -0400
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
27 +++ isl-0.12.2/Makefile.in 2014-04-25 14:40:36.809531647 -0400
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
28 @@ -645,7 +645,7 @@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
29 isl_piplib.c
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
30
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
31 libisl_la_LIBADD = @PIPLIB_LIBS@ @GMP_LIBS@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
32 -libisl_la_LDFLAGS = -version-info @versioninfo@ \
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
33 +libisl_la_LDFLAGS = -no-undefined -version-info @versioninfo@ \
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
34 @PIPLIB_LDFLAGS@ @GMP_LDFLAGS@
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
35
8ed7da7e39d4 gcc: parial undo of c/s ee802fc5dd9b
John Donoghue
parents:
diff changeset
36 libisl_la_CPPFLAGS = $(INCLUDES) @PIPLIB_CPPFLAGS@ @GMP_CPPFLAGS@