Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2014-04-23 22:56:39 +0400
committerAlexis Christoforides <alexis@thenull.net>2014-04-23 22:56:39 +0400
commit8f09dad4353bb75afebf96ad58d08f7e7f3bf56d (patch)
treeaac648ce25bd1806cfe8fa44ac792a70a89cfd57 /eglib
parent9dd632fb9e7197d278bd99152c1c67c6ab51a207 (diff)
Revert "Merge branch 'master' of https://github.com/mono/mono"
This reverts commit 9dd632fb9e7197d278bd99152c1c67c6ab51a207, reversing changes made to 164f9cbec4f79cc013c7b1cf674e70e4573f4b36.
Diffstat (limited to 'eglib')
-rw-r--r--eglib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglib/configure.ac b/eglib/configure.ac
index f8853385a8d..fdbce134b97 100644
--- a/eglib/configure.ac
+++ b/eglib/configure.ac
@@ -88,7 +88,7 @@ case $host in
esac
case $target in
-arm*-darwin*|aarch64*-*)
+arm*-darwin*)
CFLAGS="$CFLAGS -U_FORTIFY_SOURCE"
;;
i*86-*-darwin*)