Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
09955a32
Commit
09955a32
authored
Dec 05, 2016
by
Waldemar Brodkorb
Committed by
Jeff Law
Dec 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (*-*-uclinux*): Enable posix threads.
From-SVN: r243268
parent
6901ea62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+3
-0
No files found.
gcc/ChangeLog
View file @
09955a32
2016-12-05 Waldemar Brodkorb <wbx@openadk.org>
* config.gcc (*-*-uclinux*): Enable posix threads.
2016-12-05 Andrew Senkevich <andrew.senkevich@intel.com>
2016-12-05 Andrew Senkevich <andrew.senkevich@intel.com>
* config/i386/avx512bwintrin.h: Add new k-mask intrinsics.
* config/i386/avx512bwintrin.h: Add new k-mask intrinsics.
gcc/config.gcc
View file @
09955a32
...
@@ -831,6 +831,9 @@ case ${target} in
...
@@ -831,6 +831,9 @@ case ${target} in
*-*-uclinux*)
*-*-uclinux*)
extra_options="$extra_options gnu-user.opt"
extra_options="$extra_options gnu-user.opt"
use_gcc_stdint=wrap
use_gcc_stdint=wrap
case ${enable_threads} in
"" | yes | posix) thread_file='posix' ;;
esac
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
;;
;;
*-*-rdos*)
*-*-rdos*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment