浏览代码

Acknowledge IBM sponsorship of powerpc port.

Viral B. Shah 9 年之前
父节点
当前提交
0001d589a4
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -16,7 +16,8 @@ consistently across compilers and operating systems, and in 32-bit and
 
 
 OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, and OpenBSD. It
 OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, and OpenBSD. It
 builds with both GCC and clang. Although largely tested and widely
 builds with both GCC and clang. Although largely tested and widely
-used on x86 architectures, openlibm also supports ARM and powerPC.
+used on x86 architectures, openlibm also supports ARM and
+powerPC.
 
 
 ## Build instructions
 ## Build instructions
 
 
@@ -31,3 +32,7 @@ used on x86 architectures, openlibm also supports ARM and powerPC.
    version of `gcc` (tested: 4.9.2), as the default version provided by OpenBSD
    version of `gcc` (tested: 4.9.2), as the default version provided by OpenBSD
    is too old (4.2.1). If you use OpenBSD's port system for this (port name:
    is too old (4.2.1). If you use OpenBSD's port system for this (port name:
    `gcc`), run `make CC=egcc` to force Make to use the newer `gcc`.
    `gcc`), run `make CC=egcc` to force Make to use the newer `gcc`.
+
+## Acknowledgements
+
+PowerPC support for openlibm was graciously sponsored by IBM.