summaryrefslogtreecommitdiff
path: root/build.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-01 16:42:51 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-01 16:42:51 +0000
commit81ecc233996dcddfbef707bd9a5099f5d9e5eb13 (patch)
treec735c382ff2dac0179b96505c4192ee70185372d /build.mak
parentb5a1af6f999820564ead4867b1e5d5574778ee56 (diff)
Added suppor /and fix things for SunOS port
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@2 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.mak')
-rw-r--r--build.mak118
1 files changed, 63 insertions, 55 deletions
diff --git a/build.mak b/build.mak
index ec65debc..145b59a4 100644
--- a/build.mak
+++ b/build.mak
@@ -1,55 +1,63 @@
-# Build configurations:
-#
-# MACHINE_NAME values:
-# - i386 (generic x86)
-# - m68k
-#
-# OS_NAME values:
-# - win32 (generic windows)
-# - linux
-#
-# CC_NAME values:
-# - gcc
-# - msvc
-#
-# HOST_NAME values:
-# - win32 (Windows command line)
-# - mingw (Windows, mingw)
-#
-
-#
-# PalmOS 6 cross-compile, cygwin
-#
-#export MACHINE_NAME := m68k
-#export OS_NAME := palmos
-#export CC_NAME := gcc
-#export HOST_NAME := mingw
-
-#
-# Win32, mingw
-#
-#export MACHINE_NAME := i386
-#export OS_NAME := win32
-#export CC_NAME := gcc
-#export HOST_NAME := mingw
-
-#
-# Linux i386, gcc
-#
-export MACHINE_NAME := i386
-export OS_NAME := linux
-export CC_NAME := gcc
-export HOST_NAME := unix
-
-#
-# Linux KERNEL i386, gcc
-#
-#export MACHINE_NAME := i386
-#export OS_NAME := linux-kernel
-#export CC_NAME := gcc
-#export HOST_NAME := unix
-#export PJPROJECT_DIR := /usr/src/pjproject-0.3
-##export KERNEL_DIR = /usr/src/linux
-#export KERNEL_DIR = /usr/src/uml/linux
-#export KERNEL_ARCH = ARCH=um
-
+# Build configurations:
+#
+# MACHINE_NAME values:
+# - i386 (generic x86)
+# - m68k
+#
+# OS_NAME values:
+# - win32 (generic windows)
+# - linux
+#
+# CC_NAME values:
+# - gcc
+# - msvc
+#
+# HOST_NAME values:
+# - win32 (Windows command line)
+# - mingw (Windows, mingw)
+#
+
+#
+# PalmOS 6 cross-compile, cygwin
+#
+#export MACHINE_NAME := m68k
+#export OS_NAME := palmos
+#export CC_NAME := gcc
+#export HOST_NAME := mingw
+
+#
+# Win32, mingw
+#
+#export MACHINE_NAME := i386
+#export OS_NAME := win32
+#export CC_NAME := gcc
+#export HOST_NAME := mingw
+
+#
+# Linux i386, gcc
+#
+export MACHINE_NAME := i386
+export OS_NAME := linux
+export CC_NAME := gcc
+export HOST_NAME := unix
+
+#
+# Linux KERNEL i386, gcc
+#
+#export MACHINE_NAME := i386
+#export OS_NAME := linux-kernel
+#export CC_NAME := gcc
+#export HOST_NAME := unix
+#export PJPROJECT_DIR := /usr/src/pjproject-0.3
+##export KERNEL_DIR = /usr/src/linux
+#export KERNEL_DIR = /usr/src/uml/linux
+#export KERNEL_ARCH = ARCH=um
+
+#
+# SunOS, sparc, gcc
+#
+export MACHINE_NAME := sparc
+export OS_NAME := sunos
+export CC_NAME := gcc
+export HOST_NAME := unix
+