File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ cp -r $kos_base/kernel/arch/dreamcast/include/dc $newlib_inc
1717# they are already "cp" instructions.
1818cp $kos_base /include/pthread.h $newlib_inc
1919cp $kos_base /include/sys/_pthread.h $newlib_inc /sys
20- cp $kos_base /include/sys/sched.h $newlib_inc /sys
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Generic `newlib` fixups (applied directly after `newlib` is installed):
2525```
2626cp $(kos_base)/include/pthread.h $(newlib_inc) # KOS pthread.h is modified
2727cp $(kos_base)/include/sys/_pthread.h $(newlib_inc)/sys # to define _POSIX_THREADS
28- cp $(kos_base)/include/sys/sched.h $(newlib_inc)/sys # pthreads to kthreads mapping
2928ln -nsf $(kos_base)/include/kos $(newlib_inc) # so KOS includes are available as kos/file.h
3029ln -nsf $(kos_base)/kernel/arch/dreamcast/include/arch $(newlib_inc) # kos/thread.h requires arch/arch.h
3130ln -nsf $(kos_base)/kernel/arch/dreamcast/include/dc $(newlib_inc) # arch/arch.h requires dc/video.h
You can’t perform that action at this time.
0 commit comments