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
b41621ee
Commit
b41621ee
authored
Jan 14, 2003
by
Tom Tromey
Committed by
Tom Tromey
Jan 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.h.in: Rebuilt.
From-SVN: r61302
parent
6028880a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
fastjar/ChangeLog
+4
-0
fastjar/config.h.in
+10
-4
No files found.
fastjar/ChangeLog
View file @
b41621ee
2003-01-14 Tom Tromey <tromey@redhat.com>
* config.h.in: Rebuilt.
2002-12-30 DJ Delorie <dj@redhat.com>
2002-12-30 DJ Delorie <dj@redhat.com>
* Makefile.am (jar.1, grepjar.1): Protect against
* Makefile.am (jar.1, grepjar.1): Protect against
...
...
fastjar/config.h.in
View file @
b41621ee
...
@@ -15,15 +15,15 @@
...
@@ -15,15 +15,15 @@
/* Define if you have the <fcntl.h> header file. */
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
#undef HAVE_FCNTL_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <ndir.h> header file. */
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
#undef HAVE_NDIR_H
/* Define if you have the <stdlib.h> header file. */
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
#undef HAVE_STDLIB_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <sys/dir.h> header file. */
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
#undef HAVE_SYS_DIR_H
...
@@ -61,7 +61,13 @@ single argument. */
...
@@ -61,7 +61,13 @@ single argument. */
/* The number of bytes in type long long */
/* The number of bytes in type long long */
#undef SIZEOF_LONG_LONG
#undef SIZEOF_LONG_LONG
/* whether byteorder is bigendian */
#undef WORDS_BIGENDIAN
/* Define if the host machine stores words of multi-word integers in
/* Define if the host machine stores words of multi-word integers in
big-endian order. */
big-endian order. */
#undef WORDS_BIG_ENDIAN
#undef HOST_WORDS_BIG_ENDIAN
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
#undef BYTEORDER
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