summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2011-12-15 04:22:03 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2011-12-15 04:22:03 +0000
commit073da5d9b764b9ff9a8a997b221c703bdf3648e5 (patch)
tree6bd6b08e578b60abe497010c5fdb33cfe98cd89a
parent57bb342efa94b936fbbc2323bc5c59023b70b529 (diff)
downloadMPC-073da5d9b764b9ff9a8a997b221c703bdf3648e5.tar.gz
ChangeLogTag: Thu Dec 15 04:21:11 UTC 2011 Adam Mitz <mitza@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--templates/makedll.mpt1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index effe9b65..dffd0ff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 15 04:21:11 UTC 2011 Adam Mitz <mitza@ociweb.com>
+
+ * templates/makedll.mpt:
+
+ Cygwin doesn't use -fPIC, GCC warns if it's present.
+
Tue Dec 13 21:04:44 UTC 20111 Trevor Fields <fields_t@ociweb.com>
* rpm/buildrpm.sh:
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index c7dce00b..dedcd1b2 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -357,6 +357,7 @@ cygwin {
exe_ext = .exe
rc = windres
res_ext = .o
+ pic =
depgen_flags = -t make
}