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
0a9649e8
Commit
0a9649e8
authored
Aug 23, 2005
by
Tom Tromey
Committed by
Tom Tromey
Aug 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Rebuilt.
* configure: Rebuilt. * configure.ac: Fixed typo. From-SVN: r103399
parent
a11c004b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
libjava/classpath/ChangeLog.gcj
+5
-0
libjava/classpath/configure
+1
-1
libjava/classpath/configure.ac
+1
-1
No files found.
libjava/classpath/ChangeLog.gcj
View file @
0a9649e8
2005-08-23 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac: Fixed typo.
2005-08-22 Tom Tromey <tromey@redhat.com>
PR libgcj/23498:
...
...
libjava/classpath/configure
View file @
0a9649e8
...
...
@@ -2047,7 +2047,7 @@ if test "${enable_default_toolkit+set}" = set; then
enableval
=
"
$enable_default_toolkit
"
fi
;
default_toolkit
=
$enable_default_tookit
default_toolkit
=
$enable_default_too
l
kit
if
test
"
$default_toolkit
"
=
""
;
then
default_toolkit
=
gnu.java.awt.peer.gtk.GtkToolkit
fi
...
...
libjava/classpath/configure.ac
View file @
0a9649e8
...
...
@@ -74,7 +74,7 @@ dnl -----------------------------------------------------------
AC_ARG_ENABLE(default-toolkit,
AS_HELP_STRING([--enable-default-toolkit],
[fully qualified class name of default AWT toolkit]))
default_toolkit=$enable_default_tookit
default_toolkit=$enable_default_too
l
kit
if test "$default_toolkit" = ""; then
default_toolkit=gnu.java.awt.peer.gtk.GtkToolkit
fi
...
...
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