From: Martin Baute Date: Sun, 13 Mar 2016 20:14:10 +0000 (+0100) Subject: dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first... X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=ed26bf80a4713c6b1f158571f3090f4cbb2d64f7 dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first place. --- diff --git a/opt/dlmalloc/dlmalloc.c b/functions/_dlmalloc/dlmalloc.c similarity index 100% rename from opt/dlmalloc/dlmalloc.c rename to functions/_dlmalloc/dlmalloc.c diff --git a/opt/dlmalloc/dlmalloc.h b/functions/_dlmalloc/dlmalloc.h similarity index 100% rename from opt/dlmalloc/dlmalloc.h rename to functions/_dlmalloc/dlmalloc.h diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 98e9c6c..f17c12f 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -12,8 +12,7 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = nothread notime - dlmalloc tss_errno basecodecs c_locale - ; \ No newline at end of file + ; diff --git a/platform/gandr/Config.jam b/platform/gandr/Config.jam index 461e5f1..5a1b86c 100644 --- a/platform/gandr/Config.jam +++ b/platform/gandr/Config.jam @@ -6,9 +6,8 @@ rule PDCLibTargetHeaders { PDCLIB_OPTIONS = nothread notime - dlmalloc mincoll tss_errno basecodecs c_locale - ; \ No newline at end of file + ; diff --git a/platform/posix/Config.jam b/platform/posix/Config.jam index be1dd25..449a66b 100644 --- a/platform/posix/Config.jam +++ b/platform/posix/Config.jam @@ -14,6 +14,5 @@ if $(OS) = "MACOSX" { PDCLIB_OPTIONS = pthreads notime - dlmalloc basecodecs c_locale ; diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index 2ea7ff0..1c59de6 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -25,11 +25,10 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = notime - dlmalloc mincoll tss_errno basecodecs c_locale ; -CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; \ No newline at end of file +CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;