Browse Source

add comment indicating supported platforms of makefile.shared

Steffen Jaeckel 4 years ago
parent
commit
c117cd8a85
1 changed files with 8 additions and 0 deletions
  1. 8 0
      makefile.shared

+ 8 - 0
makefile.shared

@@ -15,6 +15,14 @@
 #
 #
 
 
 PLATFORM := $(shell uname | sed -e 's/_.*//')
 PLATFORM := $(shell uname | sed -e 's/_.*//')
+### Observed uname outputs:
+# MINGW32_NT-6.2          (on MSYS/MINGW old)
+# MINGW64_NT-10.0-14393   (on MSYS new)
+# MSYS_NT-10.0-19042      (on MSYS2)
+# CYGWIN_NT-10.0          (on Cygwin 64bit)
+# CYGWIN_NT-6.2-WOW64     (on Cygwin 32bit)
+# Linux                   (on all Linux distros)
+# Darwin                  (on macOS, OS X)
 
 
 ifeq ($(LIBTOOL),rlibtool)
 ifeq ($(LIBTOOL),rlibtool)
   TGTLIBTOOL:=slibtool-shared
   TGTLIBTOOL:=slibtool-shared