From: Martin Baute Date: Mon, 14 Mar 2016 06:17:51 +0000 (+0100) Subject: Moved notime and mincoll from opt/ to functions/. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=522a5e059582a513f7af8e418a1e8611aafb3513 Moved notime and mincoll from opt/ to functions/. --- diff --git a/functions/_dlmalloc/dlmalloc.h b/functions/_dlmalloc/dlmalloc.h index bf53a68..b68aa34 100644 --- a/functions/_dlmalloc/dlmalloc.h +++ b/functions/_dlmalloc/dlmalloc.h @@ -1,5 +1,3 @@ -#include "_PDCLIB_aux.h" -#include "_PDCLIB_config.h" #include "_PDCLIB_glue.h" #include diff --git a/opt/notime/time.c b/functions/time/time.c similarity index 100% rename from opt/notime/time.c rename to functions/time/time.c diff --git a/opt/notime/timespec_get.c b/functions/time/timespec_get.c similarity index 100% rename from opt/notime/timespec_get.c rename to functions/time/timespec_get.c diff --git a/opt/mincoll/wcscoll.c b/functions/wchar/wcscoll.c similarity index 100% rename from opt/mincoll/wcscoll.c rename to functions/wchar/wcscoll.c diff --git a/opt/mincoll/wcsxfrm.c b/functions/wchar/wcsxfrm.c similarity index 100% rename from opt/mincoll/wcsxfrm.c rename to functions/wchar/wcsxfrm.c diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 9b4d072..06ee0c4 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -11,7 +11,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = nothread - notime tss_errno basecodecs c_locale diff --git a/platform/gandr/Config.jam b/platform/gandr/Config.jam index 5a1b86c..329dbfc 100644 --- a/platform/gandr/Config.jam +++ b/platform/gandr/Config.jam @@ -5,8 +5,6 @@ rule PDCLibTargetHeaders { PDCLIB_OPTIONS = nothread - notime - mincoll tss_errno basecodecs c_locale diff --git a/platform/posix/Config.jam b/platform/posix/Config.jam index db43ae3..d25448c 100644 --- a/platform/posix/Config.jam +++ b/platform/posix/Config.jam @@ -13,6 +13,5 @@ if $(OS) = "MACOSX" { PDCLIB_OPTIONS = pthreads - notime basecodecs c_locale ; diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index ac45789..15834e1 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -24,8 +24,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { } PDCLIB_OPTIONS = - notime - mincoll tss_errno basecodecs c_locale