From 4f8c144cb6d0eb1d85a0d22df445a4ac0587efed Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 16 Jul 2002 01:11:44 +0000 Subject: [PATCH] fix provided by Dan [SVN r14471] --- mipspro-tools.jam | 6 +++--- v1/mipspro-tools.jam | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mipspro-tools.jam b/mipspro-tools.jam index 99abbf8c8..f14016d03 100644 --- a/mipspro-tools.jam +++ b/mipspro-tools.jam @@ -111,19 +111,19 @@ flags mipspro STDC++HDRS : "$(MIPSPRO_C++INCLUDE_DIRECTORY)" "$(BOOST_ROOT)/boost/compatibility/cpp_c_headers" ; -flags mipspro STDLIBPATH default/mips3 : +flags mipspro STDLIBPATH default/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH default/mips4 : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS4_SUBDIRECTORIES)" ; -flags mipspro STDLIBPATH 32/mips3 : +flags mipspro STDLIBPATH 32/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH 32/mips4 : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS4_SUBDIRECTORIES)" ; -flags mipspro STDLIBPATH 64/mips3 : +flags mipspro STDLIBPATH 64/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib64/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH 64/mips4 : diff --git a/v1/mipspro-tools.jam b/v1/mipspro-tools.jam index 99abbf8c8..f14016d03 100644 --- a/v1/mipspro-tools.jam +++ b/v1/mipspro-tools.jam @@ -111,19 +111,19 @@ flags mipspro STDC++HDRS : "$(MIPSPRO_C++INCLUDE_DIRECTORY)" "$(BOOST_ROOT)/boost/compatibility/cpp_c_headers" ; -flags mipspro STDLIBPATH default/mips3 : +flags mipspro STDLIBPATH default/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH default/mips4 : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS4_SUBDIRECTORIES)" ; -flags mipspro STDLIBPATH 32/mips3 : +flags mipspro STDLIBPATH 32/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH 32/mips4 : "$(MIPSPRO_STDLIB_ROOTS)/lib32/$(MIPSPRO_STDLIB_MIPS4_SUBDIRECTORIES)" ; -flags mipspro STDLIBPATH 64/mips3 : +flags mipspro STDLIBPATH 64/mips3 native : "$(MIPSPRO_STDLIB_ROOTS)/lib64/$(MIPSPRO_STDLIB_MIPS3_SUBDIRECTORIES)" ; flags mipspro STDLIBPATH 64/mips4 :