]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/diab.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / tools / diab.jam
index 029cfa5fe73c34bff4aafb1d7079174abcb3e6df..60953b677353ddaeacceac468031b0a75322d438 100644 (file)
@@ -46,7 +46,7 @@ generators.register-c-compiler diab.compile.c++ : CPP : OBJ : <toolset>diab ;
 generators.register-c-compiler diab.compile.c : C : OBJ : <toolset>diab ;
 
 
-# unlike most compliers, Diab defaults to static linking.
+# unlike most compilers, Diab defaults to static linking.
 # flags cxx LINKFLAGS <runtime-link>static :  ;
 flags diab.compile OPTIONS <debug-symbols>on : -g ;
 flags diab.link OPTIONS <debug-symbols>on : -g ;
@@ -72,7 +72,7 @@ flags diab.link OPTIONS <linkflags> ;
 
 flags diab.compile OPTIONS <link>shared : -Xpic ;
 #flags diab.compile OPTIONS <link>static : ;
-# get VxWorks link options from shell enviorment
+# get VxWorks link options from shell environment
 flags diab.link OPTIONS <link>static : [ os.environ LDFLAGS_STATIC ]  ;
 flags diab.link.dll OPTIONS          : [ os.environ LDFLAGS_SO ] ;
 flags diab.link OPTIONS <link>shared : [ os.environ LDFLAGS_DYNAMIC ] ;