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
223a8848
Commit
223a8848
authored
Nov 23, 1998
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Nov 23, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Use AC_PREREQ(2.12.1).
From-SVN: r23802
parent
6e6e34b7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
2 deletions
+16
-2
etc/ChangeLog
+4
-0
etc/configure
+1
-1
etc/configure.in
+1
-1
libchill/ChangeLog
+4
-0
libchill/configure.in
+1
-0
libobjc/ChangeLog
+4
-0
libobjc/configure.in
+1
-0
No files found.
etc/ChangeLog
View file @
223a8848
Mon Nov 23 16:46:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Use AC_PREREQ(2.12.1).
Thu May 14 14:43:10 1998 Nick Clifton <nickc@cygnus.com>
* targetdoc/arm-interwork.texi: Document dlltool support of
...
...
etc/configure
View file @
223a8848
...
...
@@ -623,7 +623,7 @@ EOF
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(
set
)
2>&1 |
case
`
(
ac_space
=
' '
;
set
)
2>&1
`
in
case
`
(
ac_space
=
' '
;
set
)
2>&1
|
grep
ac_space
`
in
*
ac_space
=
\
*
)
# `set' does not quote correctly, so add quotes (double-quote substitution
# turns \\\\ into \\, and sed turns \\ into \).
...
...
etc/configure.in
View file @
223a8848
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.
5
)
AC_PREREQ(2.
12.1
)
AC_INIT(Makefile.in)
EGCS_PROG_INSTALL
...
...
libchill/ChangeLog
View file @
223a8848
Mon Nov 23 16:48:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Use AC_PREREQ(2.12.1).
Fri Nov 20 18:48:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that is
...
...
libchill/configure.in
View file @
223a8848
...
...
@@ -19,6 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
AC_PREREQ(2.12.1)
AC_INIT(chillrt0.c)
if test "${srcdir}" = "." ; then
...
...
libobjc/ChangeLog
View file @
223a8848
Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Use AC_PREREQ(2.12.1).
Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (runtime-info.h): Avoid GNU make extensions.
...
...
libobjc/configure.in
View file @
223a8848
...
...
@@ -19,6 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
AC_PREREQ(2.12.1)
AC_INIT(objc/objc.h)
#AC_CONFIG_HEADER(config.h)
...
...
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