diff options
Diffstat (limited to 'system/lib')
-rw-r--r-- | system/lib/libcxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/Makefile b/system/lib/libcxx/Makefile index 98a5974d..01d8dbf3 100644 --- a/system/lib/libcxx/Makefile +++ b/system/lib/libcxx/Makefile @@ -1,4 +1,5 @@ OBJECTS = \ + locale.bc \ algorithm.bc \ condition_variable.bc \ future.bc \ @@ -19,7 +20,6 @@ OBJECTS = \ chrono.bc \ exception.bc \ ios.bc \ - locale.bc \ regex.bc \ strstream.bc \ typeinfo.bc |