]> pd.if.org Git - pdclib/commitdiff
Moved notime and mincoll from opt/ to functions/.
authorMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 06:17:51 +0000 (07:17 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 06:17:51 +0000 (07:17 +0100)
functions/_dlmalloc/dlmalloc.h
functions/time/time.c [moved from opt/notime/time.c with 100% similarity]
functions/time/timespec_get.c [moved from opt/notime/timespec_get.c with 100% similarity]
functions/wchar/wcscoll.c [moved from opt/mincoll/wcscoll.c with 100% similarity]
functions/wchar/wcsxfrm.c [moved from opt/mincoll/wcsxfrm.c with 100% similarity]
platform/example/Config.jam
platform/gandr/Config.jam
platform/posix/Config.jam
platform/win32/Config.jam

index bf53a682144e36f203c5ab86eee417d9813de517..b68aa346b559f009156b8ed2294f958fbaee4fd7 100644 (file)
@@ -1,5 +1,3 @@
-#include "_PDCLIB_aux.h"
-#include "_PDCLIB_config.h"
 #include "_PDCLIB_glue.h"
 #include <threads.h>
 
 #include "_PDCLIB_glue.h"
 #include <threads.h>
 
similarity index 100%
rename from opt/notime/time.c
rename to functions/time/time.c
index 9b4d07226430df5d7e12812acd38234648448a42..06ee0c466fc0fa15dbf16693e9e62ecdb5f9d27f 100644 (file)
@@ -11,7 +11,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 
 PDCLIB_OPTIONS = 
        nothread 
 
 PDCLIB_OPTIONS = 
        nothread 
-       notime 
        tss_errno 
        basecodecs 
     c_locale 
        tss_errno 
        basecodecs 
     c_locale 
index 5a1b86cce0c4328b35a75a30c206e169c9cf8d42..329dbfc67956ebb2bf37acce44929e36195101c6 100644 (file)
@@ -5,8 +5,6 @@ rule PDCLibTargetHeaders {
 
 PDCLIB_OPTIONS = 
     nothread
 
 PDCLIB_OPTIONS = 
     nothread
-    notime 
-    mincoll 
     tss_errno 
     basecodecs 
     c_locale 
     tss_errno 
     basecodecs 
     c_locale 
index db43ae37b0296565f54007a2327bb9fc6116279c..d25448c9c2dd4e2067d1f20d252b9063cb117fb8 100644 (file)
@@ -13,6 +13,5 @@ if $(OS) = "MACOSX" {
 
 PDCLIB_OPTIONS =
     pthreads
 
 PDCLIB_OPTIONS =
     pthreads
-    notime
     basecodecs
     c_locale ;
     basecodecs
     c_locale ;
index ac45789712afd956dbe697fcb79907dab4b39101..15834e1959116fc4e1dfd3eaf2b2fc6665cb8df5 100644 (file)
@@ -24,8 +24,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 }
 
 PDCLIB_OPTIONS = 
 }
 
 PDCLIB_OPTIONS = 
-    notime 
-    mincoll 
     tss_errno 
     basecodecs 
     c_locale 
     tss_errno 
     basecodecs 
     c_locale