summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:32 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:58:43 +0100
commit81ef04be69673faa49ada8f7f95da8d1aae0f98b (patch)
tree445fbbe1cccf1e88cbd33fcaf95064d11242fe14 /sal/util
parentRemoving the ext_std masterpiece (diff)
downloadcore-81ef04be69673faa49ada8f7f95da8d1aae0f98b.tar.gz
core-81ef04be69673faa49ada8f7f95da8d1aae0f98b.zip
Trying to remove the stlport mention from the code
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/makefile.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 4e1086823f1f..42c90ca04661 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -121,20 +121,6 @@ SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract
SHL1STDLIBS=pthread.lib
.ENDIF # OS2
-# If we compile sal with STLport checking iterators
-# we need to link against the STLport
-.IF "$(USE_STLP_DEBUG)" != ""
-SHL1STDLIBS+=$(LIBSTLPORT)
-.ENDIF
-
-#The irony that using the system STL instead of
-#stlport requires that we link libsal with the
-#LIBSTLPORT alias which is not required when using
-#stlport is not lost on me
-.IF "$(USE_SYSTEM_STL)"=="YES"
-SHL1STDLIBS+=$(LIBSTLPORT)
-.ENDIF
-
.IF "$(OS)"=="MACOSX"
SHL1STDLIBS+=-framework CoreFoundation -framework Carbon
.ENDIF