From b885a49d8006394d858288ee852083013a6ef77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 4 Apr 2013 21:57:15 +0200 Subject: [PATCH] Mention support of both `glibc` and `newlib` NaCl toolchains. --- README.md | 3 ++- doc/mainpage.dox | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b74a24b74..8aa48981c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ SUPPORTED PLATFORMS * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) * **Windows** (through GLUT or SDL2 toolkit) -* **Google Chrome Native Client** (natively using PPAPI) +* **Google Chrome Native Client** (natively using PPAPI, both `newlib` + and `glibc` toolchains are supported) FEATURES ======== diff --git a/doc/mainpage.dox b/doc/mainpage.dox index acc1cec27..660d85cf6 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -68,7 +68,8 @@ namespace Magnum { - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit) -- **Google Chrome Native Client** (natively using PPAPI) +- **Google Chrome Native Client** (natively using PPAPI, both `newlib` + and `glibc` toolchains are supported) @section mainpage-features Features