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
6e20eae9
Commit
6e20eae9
authored
17 years ago
by
Danny Smith
Committed by
François-Xavier Coudert
17 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
* configure: Regenerate. From-SVN: r127395
parent
b21fbb68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
libgfortran/ChangeLog
+5
-0
libgfortran/acinclude.m4
+1
-1
libgfortran/configure
+1
-1
No files found.
libgfortran/ChangeLog
View file @
6e20eae9
2007-08-13 Danny Smith <dannysmit@users.sourceforge.net>
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
* configure: Regenerate.
2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/30964
...
...
This diff is collapsed.
Click to expand it.
libgfortran/acinclude.m4
View file @
6e20eae9
...
...
@@ -128,7 +128,7 @@ AC_DEFUN([LIBGFOR_GTHREAD_WEAK], [
[Define to 1 if the target supports #pragma weak])
fi
case "$host" in
*-*-darwin* | *-*-hpux* | *-*-cygwin*)
*-*-darwin* | *-*-hpux* | *-*-cygwin*
| *-*-mingw*
)
AC_DEFINE(GTHREAD_USE_WEAK, 0,
[Define to 0 if the target shouldn't use #pragma weak])
;;
...
...
This diff is collapsed.
Click to expand it.
libgfortran/configure
View file @
6e20eae9
...
...
@@ -32613,7 +32613,7 @@ _ACEOF
fi
case
"
$host
"
in
*
-
*
-darwin
*
|
*
-
*
-hpux
*
|
*
-
*
-cygwin
*
)
*
-
*
-darwin
*
|
*
-
*
-hpux
*
|
*
-
*
-cygwin
*
|
*
-
*
-mingw
*
)
cat
>>
confdefs.h
<<
\
_ACEOF
#define GTHREAD_USE_WEAK 0
...
...
This diff is collapsed.
Click to expand it.
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