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 :