<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Raymond Toy pushed to branch master
at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e1b7c55aa0df550edc39ea61a005087fd2009278">e1b7c55a</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T19:38:41-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">MAke min version for OSX be 10.6

Update compiler option to specify 10.6 as the min version.  (I
personally no longer have an version earlier than 10.11.)

Fix ticket #19.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
src/lisp/Config.x86_darwin
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e1b7c55aa0df550edc39ea61a005087fd2009278#diff-0">
<strong>
src/lisp/Config.x86_darwin
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/Config.x86_darwin
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/Config.x86_darwin
</span><span style="color: #aaaaaa">@@ -2,9 +2,9 @@
</span> 
 include Config.x86_common
 
<span style="background: #ffdddd; color: #000000">-# Compile code that will run on OSX 10.5 (Tiger).  This only works if
-# you have the 10.5 SDK available.
-MIN_VER = -mmacosx-version-min=10.5
</span><span style="background: #ddffdd; color: #000000">+# Compile code that will run on OSX 10.6.  This only works if
+# you have the SDK available.
+MIN_VER = -mmacosx-version-min=10.6
</span> 
 CPPFLAGS += -DDARWIN $(MIN_VER) -m32
 CFLAGS += -g3 -mtune=generic
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e1b7c55aa0df550edc39ea61a005087fd2009278">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/e1b7c55aa0df550edc39ea61a005087fd2009278"}}</script>
</p>
</div>
</body>
</html>