X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2FConfig.jam;h=414111b16a601734d6589f2df8ef36a4a2ca3e36;hp=98e9c6c21c2f251cd0a48926b2ccc36944555a2b;hb=b5d36b0dfa121d20e9056cfbca097e3aab488bab;hpb=baf13261427b80f6e3aab2c7ce485ab08d31144f diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 98e9c6c..414111b 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -1,19 +1,14 @@ -rule PDCLibTargetConfig { } -rule PDCLibTargetHeaders { - SubDirHdrs $(PDCLIB_TOP) platform example includes ; - SubDirHdrs $(PDCLIB_TOP) platform example internals ; -} - -if $(PDCLIB_TOOLCHAIN) = "gcc" { - PDCLIB_TEST_LINKFLAGS += -nostdlib ; - PDCLIB_TEST_LINKLIBS += -lgcc ; -} - -PDCLIB_OPTIONS = - nothread - notime - dlmalloc - tss_errno - basecodecs - c_locale - ; \ No newline at end of file +rule PDCLibTargetConfig { } +rule PDCLibTargetHeaders { + SubDirHdrs $(PDCLIB_TOP) platform example includes ; + SubDirHdrs $(PDCLIB_TOP) platform example internals ; +} + +if $(PDCLIB_TOOLCHAIN) = "gcc" { + PDCLIB_TEST_LINKFLAGS += -nostdlib ; + PDCLIB_TEST_LINKLIBS += -lgcc ; +} + +PDCLIB_OPTIONS = + nothread + ;