Fossil SCM

Cleaned up the platform fragments. Corrected two compiler settings.

michael 2010-07-09 17:23 newbuild
Commit 81e4477e90cf22231305ad62eed9afadea901eb2
--- make/clang-fragment.mk
+++ make/clang-fragment.mk
@@ -46,8 +46,8 @@
4646
endif
4747
ifdef ENABLE_NSL
4848
LIB += -lnsl
4949
endif
5050
ifdef PLATFORM_SPECIFIC_LIB
51
- TCC += $(PLATFORM_SPECIFIC_LIB)
51
+ LIB += $(PLATFORM_SPECIFIC_LIB)
5252
endif
5353
5454
--- make/clang-fragment.mk
+++ make/clang-fragment.mk
@@ -46,8 +46,8 @@
46 endif
47 ifdef ENABLE_NSL
48 LIB += -lnsl
49 endif
50 ifdef PLATFORM_SPECIFIC_LIB
51 TCC += $(PLATFORM_SPECIFIC_LIB)
52 endif
53
54
--- make/clang-fragment.mk
+++ make/clang-fragment.mk
@@ -46,8 +46,8 @@
46 endif
47 ifdef ENABLE_NSL
48 LIB += -lnsl
49 endif
50 ifdef PLATFORM_SPECIFIC_LIB
51 LIB += $(PLATFORM_SPECIFIC_LIB)
52 endif
53
54
--- make/gcc-fragment.mk
+++ make/gcc-fragment.mk
@@ -46,8 +46,8 @@
4646
endif
4747
ifdef ENABLE_NSL
4848
LIB += -lnsl
4949
endif
5050
ifdef PLATFORM_SPECIFIC_LIB
51
- TCC += $(PLATFORM_SPECIFIC_LIB)
51
+ LIB += $(PLATFORM_SPECIFIC_LIB)
5252
endif
5353
5454
--- make/gcc-fragment.mk
+++ make/gcc-fragment.mk
@@ -46,8 +46,8 @@
46 endif
47 ifdef ENABLE_NSL
48 LIB += -lnsl
49 endif
50 ifdef PLATFORM_SPECIFIC_LIB
51 TCC += $(PLATFORM_SPECIFIC_LIB)
52 endif
53
54
--- make/gcc-fragment.mk
+++ make/gcc-fragment.mk
@@ -46,8 +46,8 @@
46 endif
47 ifdef ENABLE_NSL
48 LIB += -lnsl
49 endif
50 ifdef PLATFORM_SPECIFIC_LIB
51 LIB += $(PLATFORM_SPECIFIC_LIB)
52 endif
53
54
--- make/linux-fragment.mk
+++ make/linux-fragment.mk
@@ -9,8 +9,11 @@
99
1010
#### The following variable definitions decide which features are turned on or
1111
# of when building Fossil. Comment out the features which are not needed by
1212
# this platform.
1313
#
14
+#ENABLE_STATIC = 1 # we want a static build
1415
ENABLE_SSL = 1 # we are using SSL
15
-ENABLE_I18N = 1 # we are using i18n features
16
+#ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris)
17
+#ENABLE_NSL = 1 # we are using libnsl library (Solaris)
18
+ENABLE_I18N = 1 # we are using i18n settings
1619
1720
--- make/linux-fragment.mk
+++ make/linux-fragment.mk
@@ -9,8 +9,11 @@
9
10 #### The following variable definitions decide which features are turned on or
11 # of when building Fossil. Comment out the features which are not needed by
12 # this platform.
13 #
 
14 ENABLE_SSL = 1 # we are using SSL
15 ENABLE_I18N = 1 # we are using i18n features
 
 
16
17
--- make/linux-fragment.mk
+++ make/linux-fragment.mk
@@ -9,8 +9,11 @@
9
10 #### The following variable definitions decide which features are turned on or
11 # of when building Fossil. Comment out the features which are not needed by
12 # this platform.
13 #
14 #ENABLE_STATIC = 1 # we want a static build
15 ENABLE_SSL = 1 # we are using SSL
16 #ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris)
17 #ENABLE_NSL = 1 # we are using libnsl library (Solaris)
18 ENABLE_I18N = 1 # we are using i18n settings
19
20
--- make/mingw32-fragment.mk
+++ make/mingw32-fragment.mk
@@ -13,10 +13,14 @@
1313
#### The following variable definitions decide which features are turned on or
1414
# of when building Fossil. Comment out the features which are not needed by
1515
# this platform.
1616
#
1717
ENABLE_STATIC = 1 # we want a static build
18
+#ENABLE_SSL = 1 # we are using SSL
19
+#ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris)
20
+#ENABLE_NSL = 1 # we are using libnsl library (Solaris)
21
+#ENABLE_I18N = 1 # we are using i18n settings
1822
1923
#### The following features must be added to the GCC and LD builds respectively.
2024
#
2125
ifndef MING32_GCC
2226
PLATFORM_SPECIFIC_GCC = -L/mingw/lib -I/mingw/include
2327
--- make/mingw32-fragment.mk
+++ make/mingw32-fragment.mk
@@ -13,10 +13,14 @@
13 #### The following variable definitions decide which features are turned on or
14 # of when building Fossil. Comment out the features which are not needed by
15 # this platform.
16 #
17 ENABLE_STATIC = 1 # we want a static build
 
 
 
 
18
19 #### The following features must be added to the GCC and LD builds respectively.
20 #
21 ifndef MING32_GCC
22 PLATFORM_SPECIFIC_GCC = -L/mingw/lib -I/mingw/include
23
--- make/mingw32-fragment.mk
+++ make/mingw32-fragment.mk
@@ -13,10 +13,14 @@
13 #### The following variable definitions decide which features are turned on or
14 # of when building Fossil. Comment out the features which are not needed by
15 # this platform.
16 #
17 ENABLE_STATIC = 1 # we want a static build
18 #ENABLE_SSL = 1 # we are using SSL
19 #ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris)
20 #ENABLE_NSL = 1 # we are using libnsl library (Solaris)
21 #ENABLE_I18N = 1 # we are using i18n settings
22
23 #### The following features must be added to the GCC and LD builds respectively.
24 #
25 ifndef MING32_GCC
26 PLATFORM_SPECIFIC_GCC = -L/mingw/lib -I/mingw/include
27

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button