Browse Source

[BSP] remove RT_USING_LIBDL option.

Bernard Xiong 6 years ago
parent
commit
f89b8ed250
5 changed files with 8 additions and 15 deletions
  1. 3 4
      bsp/at91sam9260/rtconfig.h
  2. 2 3
      bsp/bf533/rtconfig.h
  3. 2 3
      bsp/dm365/rtconfig.h
  4. 0 2
      bsp/ls1bdev/rtconfig.h
  5. 1 3
      bsp/x86/rtconfig.h

+ 3 - 4
bsp/at91sam9260/rtconfig.h

@@ -69,7 +69,6 @@
 
 /* Using Module System */
 #define RT_USING_MODULE
-#define RT_USING_LIBDL
 
 /* SECTION: Device System */
 /* Using Device System */
@@ -147,7 +146,7 @@
 #define RT_LWIP_DNS
 
 /* Trace LwIP protocol */
-// #define RT_LWIP_DEBUG 
+// #define RT_LWIP_DEBUG
 
 /* Enable ICMP protocol */
 #define RT_LWIP_ICMP
@@ -239,11 +238,11 @@
 
 /*
  * Note on FTK:
- * 
+ *
  * FTK depends :
  * #define RT_USING_NEWLIB
  * #define DFS_USING_WORKDIR
- * 
+ *
  * And the maximal length must great than 64
  * #define RT_DFS_ELM_MAX_LFN	128
  */

+ 2 - 3
bsp/bf533/rtconfig.h

@@ -68,7 +68,6 @@
 
 /* Using Module System */
 //#define RT_USING_MODULE
-#define RT_USING_LIBDL
 
 /* SECTION: Console options */
 #define RT_USING_CONSOLE
@@ -231,11 +230,11 @@
 
 /*
  * Note on FTK:
- * 
+ *
  * FTK depends :
  * #define RT_USING_NEWLIB
  * #define DFS_USING_WORKDIR
- * 
+ *
  * And the maximal length must great than 64
  * #define RT_DFS_ELM_MAX_LFN	128
  */

+ 2 - 3
bsp/dm365/rtconfig.h

@@ -70,7 +70,6 @@
 
 /* Using Module System */
 #define RT_USING_MODULE
-#define RT_USING_LIBDL
 
 /* Interrupt debug */
 #define RT_USING_INTERRUPT_INFO
@@ -249,11 +248,11 @@
 
 /*
  * Note on FTK:
- * 
+ *
  * FTK depends :
  * #define RT_USING_NEWLIB
  * #define DFS_USING_WORKDIR
- * 
+ *
  * And the maximal length must great than 64
  * #define RT_DFS_ELM_MAX_LFN	128
  */

+ 0 - 2
bsp/ls1bdev/rtconfig.h

@@ -185,8 +185,6 @@
 
 // <section name="RT_USING_MODULE" description="Application module" default="true" >
 // #define RT_USING_MODULE
-// <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
-// #define RT_USING_LIBDL
 // </section>
 
 // <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >

+ 1 - 3
bsp/x86/rtconfig.h

@@ -175,7 +175,5 @@
 /* #define RTGUI_IMAGE_XPM */
 /* #define RTGUI_IMAGE_BMP */
 
-#define RT_USING_LIBDL
-#define RT_USING_MODULE
-#define MODULE_USING_386
+// #define RT_USING_MODULE
 #endif