comparison packages/net/lwip_tcpip/current/cdl/lwip_net.cdl @ 2936:22d29d9d2cec

* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match package macro name.
author jld
date Sun, 07 Feb 2010 16:17:12 +0000
parents d6c0c0e0431c
children 990c52b02d9c
comparison
equal deleted inserted replaced
2935:918ae79235a2 2936:22d29d9d2cec
1898 Hostname for DNS resolve and ping." 1898 Hostname for DNS resolve and ping."
1899 } 1899 }
1900 } 1900 }
1901 } 1901 }
1902 1902
1903 cdl_component CYGPKG_LWIP_OPTIONS { 1903 cdl_component CYGPKG_NET_LWIP_OPTIONS {
1904 display "lwIP build options" 1904 display "lwIP build options"
1905 flavor none 1905 flavor none
1906 no_define 1906 no_define
1907 1907
1908 cdl_option CYGPKG_LWIP_CFLAGS_ADD { 1908 cdl_option CYGPKG_NET_LWIP_CFLAGS_ADD {
1909 display "Additional compiler flags" 1909 display "Additional compiler flags"
1910 flavor data 1910 flavor data
1911 no_define 1911 no_define
1912 default_value { "" } 1912 default_value { "" }
1913 description " 1913 description "
1914 This option modifies the set of compiler flags for building the 1914 This option modifies the set of compiler flags for building the
1915 lwIP package. These flags are used in addition to the set of 1915 lwIP package. These flags are used in addition to the set of
1916 global flags." 1916 global flags."
1917 } 1917 }
1918 1918
1919 cdl_option CYGPKG_LWIP_CFLAGS_REMOVE { 1919 cdl_option CYGPKG_NET_LWIP_CFLAGS_REMOVE {
1920 display "Suppressed compiler flags" 1920 display "Suppressed compiler flags"
1921 flavor data 1921 flavor data
1922 no_define 1922 no_define
1923 default_value { "" } 1923 default_value { "" }
1924 description " 1924 description "