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
6391b50a
Commit
6391b50a
authored
May 30, 1998
by
Mumit Khan
Committed by
Jeff Law
May 30, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (checkfuncs): Add missing "'".
From-SVN: r20144
parent
4cb69488
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
libiberty/ChangeLog
+4
-0
libiberty/configure
+1
-1
libiberty/configure.in
+1
-1
No files found.
libiberty/ChangeLog
View file @
6391b50a
Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (checkfuncs): Add missing "'".
Fri May 22 11:06:41 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile.in (distclean): Don't remove alloca-conf.h
...
...
libiberty/configure
View file @
6391b50a
...
...
@@ -1558,7 +1558,7 @@ if test -z "${setobjs}"; then
funcs
=
"
`
echo
$funcs
| sed
-e
's/random//'
`
"
LIBOBJS
=
"
$LIBOBJS
random.o"
vars
=
"
`
echo
$vars
| sed
-e
's/sys_siglist//'
`
"
checkfuncs
=
"
`
echo
$checkfuncs
| sed
-e
's/strsignal//'
-e
's/psignal//`"
checkfuncs
=
"
`
echo
$checkfuncs
| sed
-e
's/strsignal//'
-e
's/psignal//
'
`
"
;;
*
-
*
-mingw32
*
)
...
...
libiberty/configure.in
View file @
6391b50a
...
...
@@ -259,7 +259,7 @@ if test -z "${setobjs}"; then
funcs="`echo $funcs | sed -e 's/random//'`"
LIBOBJS="$LIBOBJS random.o"
vars="`echo $vars | sed -e 's/sys_siglist//'`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//
'
`"
;;
*-*-mingw32*)
...
...
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