]> pd.if.org Git - pdclib/commitdiff
dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first...
authorMartin Baute <solar@rootdirectory.de>
Sun, 13 Mar 2016 20:14:10 +0000 (21:14 +0100)
committerMartin Baute <solar@rootdirectory.de>
Sun, 13 Mar 2016 20:14:10 +0000 (21:14 +0100)
functions/_dlmalloc/dlmalloc.c [moved from opt/dlmalloc/dlmalloc.c with 100% similarity]
functions/_dlmalloc/dlmalloc.h [moved from opt/dlmalloc/dlmalloc.h with 100% similarity]
platform/example/Config.jam
platform/gandr/Config.jam
platform/posix/Config.jam
platform/win32/Config.jam

index 98e9c6c21c2f251cd0a48926b2ccc36944555a2b..f17c12f83e46ed470a965447c742f5237127bb54 100644 (file)
@@ -12,8 +12,7 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 PDCLIB_OPTIONS = \r
        nothread \r
        notime \r
-       dlmalloc \r
        tss_errno \r
        basecodecs \r
     c_locale \r
-    ;
\ No newline at end of file
+    ;\r
index 461e5f12ed7431b3caa41641cd861df3fece9b3e..5a1b86cce0c4328b35a75a30c206e169c9cf8d42 100644 (file)
@@ -6,9 +6,8 @@ rule PDCLibTargetHeaders {
 PDCLIB_OPTIONS = 
     nothread
     notime 
-    dlmalloc 
     mincoll 
     tss_errno 
     basecodecs 
     c_locale 
-    ;
\ No newline at end of file
+    ;
index be1dd25aa3fc14252ba727cb9e617a48a9d5712c..449a66be8874f016d423b597beae26c95bac3838 100644 (file)
@@ -14,6 +14,5 @@ if $(OS) = "MACOSX" {
 PDCLIB_OPTIONS =\r
     pthreads\r
     notime\r
-    dlmalloc\r
     basecodecs\r
     c_locale ;\r
index 2ea7ff0234101d085a92b20efe1d99523e5ade70..1c59de6d25a7009e20b49607fb66aaa4d23af61c 100644 (file)
@@ -25,11 +25,10 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 \r
 PDCLIB_OPTIONS = \r
     notime \r
-    dlmalloc \r
     mincoll \r
     tss_errno \r
     basecodecs \r
     c_locale \r
     ;\r
 \r
-CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;
\ No newline at end of file
+CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;\r