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
b48afaf7
Commit
b48afaf7
authored
Mar 23, 1999
by
Alexandre Oliva
Committed by
Alexandre Oliva
Mar 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gen-params (CONFIG_NM): test ... -o ... is not portable
From-SVN: r25935
parent
9a7b9f4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
libio/ChangeLog
+4
-0
libio/gen-params
+3
-2
No files found.
libio/ChangeLog
View file @
b48afaf7
1999-03-24 Alexandre Oliva <oliva@dcc.unicamp.br>
* gen-params (CONFIG_NM): test ... -o ... is not portable
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* configure.in: Cleanup and add mh-*pic handling for arm, powerpc
...
...
libio/gen-params
View file @
b48afaf7
...
...
@@ -72,8 +72,9 @@ fi
# This program is used to test if the compiler prepends '_' before identifiers.
# It is also used to check the g++ uses '$' or '.' various places.
if
test
-z
"
${
NAMES_HAVE_UNDERSCORE
}
"
-o
-z
"
${
DOLLAR_IN_LABEL
}
"
\
-o
-z
"
${
VTABLE_LABEL_PREFIX
}
"
;
then
if
test
-z
"
${
NAMES_HAVE_UNDERSCORE
}
"
\
||
test
-z
"
${
DOLLAR_IN_LABEL
}
"
\
||
test
-z
"
${
VTABLE_LABEL_PREFIX
}
"
;
then
cat
>
dummy.h <<
!
EOF!
#ifdef __GNUG__
#pragma interface
...
...
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