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
4d51dc9e
Commit
4d51dc9e
authored
Oct 06, 2006
by
Danny Smith
Committed by
Danny Smith
Oct 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.
From-SVN: r117492
parent
b50019f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/mingw32.h
+2
-2
No files found.
gcc/ChangeLog
View file @
4d51dc9e
2006
-
10
-
06
Danny
Smith
<
dannysmith
@users
.
sourceforge
.
net
>
config
/
i386
/
mingw32
.
h
(
GOMP_SELF_SPECS
)
:
Add
-
mthreads
for
openmp
.
2006
-
10
-
06
Jakub
Jelinek
<
jakub
@redhat
.
com
>
PR
tree
-
optimization
/
29290
...
...
gcc/config/i386/mingw32.h
View file @
4d51dc9e
...
...
@@ -109,6 +109,6 @@ do { \
#undef WINT_TYPE
#define WINT_TYPE "short unsigned int"
/* mingw32
doesn't understand the -pthread option
. */
/* mingw32
uses the -mthreads option to enable thread support
. */
#undef GOMP_SELF_SPECS
#define GOMP_SELF_SPECS ""
#define GOMP_SELF_SPECS "
%{fopenmp: -mthreads}
"
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