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
fce0280a
Commit
fce0280a
authored
Feb 14, 2011
by
Gary Benson
Committed by
Gary Benson
Feb 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insert libgcj's Python module directory at the start of the search
path, rather than at the end. From-SVN: r170138
parent
30dd1ea3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
libjava/ChangeLog
+6
-0
libjava/contrib/aot-compile-rpm.in
+2
-2
libjava/contrib/aot-compile.in
+2
-2
No files found.
libjava/ChangeLog
View file @
fce0280a
2011-02-14 Gary Benson <gbenson@redhat.com>
* libjava/contrib/aot-compile.in: Add our module directory
to the start of the search path rather than the end.
* libjava/contrib/aot-compile-rpm.in: Likewise.
2011-02-14 Gary Benson <gbenson@redhat.com>
PR libjava/47484
* configure.ac (python_mod_dir, python_mod_dir_expanded):
Install Python modules into versioned directory.
...
...
libjava/contrib/aot-compile-rpm.in
View file @
fce0280a
#!/usr/bin/env python
## Copyright (C) 2005, 2006, 2007 Free Software Foundation
## Copyright (C) 2005, 2006, 2007
, 2011
Free Software Foundation
## Written by Gary Benson <gbenson@redhat.com>
##
## This program is free software; you can redistribute it and/or modify
...
...
@@ -14,7 +14,7 @@
## GNU General Public License for more details.
import
sys
sys
.
path
.
append
(
"@python_mod_dir_expanded@"
)
sys
.
path
.
insert
(
0
,
"@python_mod_dir_expanded@"
)
import
aotcompile
import
os
...
...
libjava/contrib/aot-compile.in
View file @
fce0280a
#!/usr/bin/env python
## Copyright (C) 2006 Free Software Foundation
## Copyright (C) 2006
, 2011
Free Software Foundation
## Written by Gary Benson <gbenson@redhat.com>
##
## This program is free software; you can redistribute it and/or modify
...
...
@@ -14,7 +14,7 @@
## GNU General Public License for more details.
import
sys
sys
.
path
.
append
(
"@python_mod_dir_expanded@"
)
sys
.
path
.
insert
(
0
,
"@python_mod_dir_expanded@"
)
import
aotcompile
import
getopt
import
os
...
...
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