summaryrefslogtreecommitdiffstats
path: root/clang/www/UniversalDriver.html
diff options
context:
space:
mode:
Diffstat (limited to 'clang/www/UniversalDriver.html')
-rwxr-xr-xclang/www/UniversalDriver.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/UniversalDriver.html b/clang/www/UniversalDriver.html
index 2d41a624e14..bd316e642dc 100755
--- a/clang/www/UniversalDriver.html
+++ b/clang/www/UniversalDriver.html
@@ -45,7 +45,7 @@ to solve and a proposed implementation (from the user perspective).</p>
development. Stay tuned for more information, and of course, patches
welcome!</p>
-<p>See also <a href="http://llvm.org/PR4127">PR4127</a>.</p>
+<p>See also <a href="https://llvm.org/PR4127">PR4127</a>.</p>
<h2>Existing Solutions and Related Work</h2>
@@ -55,14 +55,14 @@ welcome!</p>
and <tt>-m64</tt> solve a small subset of the problem for specific
architectures.</li>
- <li>gcc's <a href="http://www.airs.com/ian/configure/configure_8.html">multilibs</a>
+ <li>gcc's <a href="https://www.airs.com/ian/configure/configure_8.html">multilibs</a>
solve the part of the problem that relates to finding appropriate libraries
and include files based on particular feature support (soft float,
etc.).</li>
<li>Apple's "driver driver" supported by gcc and clang solve a subset of the
problem by supporting <tt>-arch</tt>. Apple also provides a tool chain which
- supports <a href="http://en.wikipedia.org/wiki/Universal_binary">universal
+ supports <a href="https://en.wikipedia.org/wiki/Universal_binary">universal
binaries</a> and object files which may include data for multiple
architectures. See <a href="http://developer.apple.com/mac/library/technotes/tn2005/tn2137.html">TN2137</a>
for an example of how this is used.</li>
@@ -73,7 +73,7 @@ welcome!</p>
does not match well with tools which are inherently capable of cross
compiling.</li>
- <li>The Debian <a href="http://wiki.debian.org/ArmEabiPort">ArmEabiPort</a>
+ <li>The Debian <a href="https://wiki.debian.org/ArmEabiPort">ArmEabiPort</a>
wiki page for their work to support the ARM EABI provide an interesting
glimpse into how related issues impact the operating system distribution.</li>
OpenPOWER on IntegriCloud