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
d809887a
Commit
d809887a
authored
Feb 27, 2013
by
Rainer Orth
Committed by
Rainer Orth
Feb 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make make_sunver.pl robust against non-C locales
* make_sunver.pl: Enforce C locale. From-SVN: r196309
parent
436a956a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
contrib/ChangeLog
+4
-0
contrib/make_sunver.pl
+4
-0
No files found.
contrib/ChangeLog
View file @
d809887a
2013
-
02
-
27
Rainer
Orth
<
ro
@CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
make_sunver
.
pl
:
Enforce
C
locale
.
2013
-
02
-
06
Richard
Sandiford
<
rdsandiford
@googlemail
.
com
>
*
update
-
copyright
.
py
:
Add
libdecnumber
to
the
default
list
.
...
...
contrib/make_sunver.pl
View file @
d809887a
...
...
@@ -19,6 +19,10 @@
use
FileHandle
;
use
IPC::
Open2
;
# Enforce C locale.
$ENV
{
'LC_ALL'
}
=
"C"
;
$ENV
{
'LANG'
}
=
"C"
;
# Input version script, GNU style.
my
$symvers
=
shift
;
...
...
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