diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 03:22:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 03:22:43 +0000 |
commit | 5b9497f7865539e631324b088a897d618ce161cf (patch) | |
tree | 12f3555ae68e63c5ac81ebe24a458d07397e6805 /toolchain/gcc | |
parent | 44eedc5c44416a97b3f5ca03d596ec3c9fb29380 (diff) | |
download | buildroot-novena-5b9497f7865539e631324b088a897d618ce161cf.tar.gz buildroot-novena-5b9497f7865539e631324b088a897d618ce161cf.zip |
Move the STLport to 2.95 where it belongs
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/2.95/STLport-4.5.3.patch (renamed from toolchain/gcc/STLport-4.5.3.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/gcc-uclibc-2.95.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/STLport-4.5.3.patch b/toolchain/gcc/2.95/STLport-4.5.3.patch index fee65f920..fee65f920 100644 --- a/toolchain/gcc/STLport-4.5.3.patch +++ b/toolchain/gcc/2.95/STLport-4.5.3.patch diff --git a/toolchain/gcc/gcc-uclibc-2.95.mk b/toolchain/gcc/gcc-uclibc-2.95.mk index e75fb6bf8..16aa9b6f2 100644 --- a/toolchain/gcc/gcc-uclibc-2.95.mk +++ b/toolchain/gcc/gcc-uclibc-2.95.mk @@ -122,7 +122,7 @@ gcc_initial-dirclean: # STLport -- an alternative C++ library # ############################################################# -STLPORT_PATCH=$(SOURCE_DIR)/STLport-4.5.3.patch +STLPORT_PATCH=toolchain/gcc/2.95/STLport-4.5.3.patch $(DL_DIR)/$(STLPORT_SOURCE): $(WGET) -P $(DL_DIR) $(STLPORT_SITE)/$(STLPORT_SOURCE) |