]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/darwin.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / tools / darwin.jam
index 57d9c75275feffdb793fd83977b4b9990903a386..8d477410b043207e35c5ecd543aa5680ae66f39d 100644 (file)
@@ -150,7 +150,7 @@ rule init ( version ? : command * : options * : requirement * )
     # - GCC on Darwin with -pedantic, suppress unsupported long long warning
     flags darwin.compile OPTIONS $(condition)/<warnings>all : -Wno-long-long ;
 
-    # - GCC on El Capitan (10.11) does not suport -finline-functions
+    # - GCC on El Capitan (10.11) does not support -finline-functions
     if "10.11.0" <= $(.host-osx-version)
     {
         flags darwin.compile OPTIONS $(condition)/<inlining>full : -Wno-inline ;