This repository was archived by the owner on Jun 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-197
lines changed
Expand file tree Collapse file tree 3 files changed +2
-197
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ CORE_OBJS=core/atomic.o core/bitop.o core/checkedint.o core/cpuid.o \
6363 core/sync/exception.o core/sync/mutex.o core/sync/rwmutex.o \
6464 core/sync/semaphore.o
6565
66- GCC_OBJS =gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o gcc/emutls.o \
66+ GCC_OBJS =gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o \
6767 gcc/libbacktrace.o gcc/unwind/pe.o
6868
6969UTIL_OBJS =rt/util/array.o rt/util/hash.o rt/util/random.o rt/util/string.o \
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ CORE_OBJS = core/atomic.o core/bitop.o core/checkedint.o core/cpuid.o \
235235 core/sync/exception.o core/sync/mutex.o core/sync/rwmutex.o \
236236 core/sync/semaphore.o
237237
238- GCC_OBJS = gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o gcc/emutls.o \
238+ GCC_OBJS = gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o \
239239 gcc/libbacktrace.o gcc/unwind/pe.o
240240
241241UTIL_OBJS = rt/util/array.o rt/util/hash.o rt/util/random.o rt/util/string.o \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments