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
47668d0a
Commit
47668d0a
authored
24 years ago
by
David Edelsohn
Committed by
David Edelsohn
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.in: Change "pic" to depend on $(PICFLAG), not
on $(enable_shared). From-SVN: r33918
parent
758c7bd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
libiberty/ChangeLog
+5
-0
libiberty/Makefile.in
+4
-3
No files found.
libiberty/ChangeLog
View file @
47668d0a
2000-05-15 David Edelsohn <edelsohn@gnu.org>
Makefile.in: Change "pic" to depend on $(PICFLAG), not
on $(enable_shared).
2000-05-10 Jakub Jelinek <jakub@redhat.com>
* config.table: Use mh-sparcpic for sparc*-*-*.
...
...
This diff is collapsed.
Click to expand it.
libiberty/Makefile.in
View file @
47668d0a
...
...
@@ -108,8 +108,9 @@ INCDIR=$(srcdir)/$(MULTISRCTOP)../include
COMPILE.c
=
$(CC)
-c
@DEFS@
$(LIBCFLAGS)
-I
.
-I
$(INCDIR)
$(HDEFINES)
@ac_libiberty_warn_cflags@
.c.o
:
test
x
"
$(enable_shared)
"
!=
xyes
||
\
$
(
COMPILE.c
)
$(PICFLAG)
$<
-o
pic/
$@
if
[
x
"
$(PICFLAG)
"
!=
x
]
;
then
\
$
(
COMPILE.c
)
$(PICFLAG)
$<
-o
pic/
$@
;
\
else
true
;
fi
$
(
COMPILE.c
)
$<
info
:
info-subdir
...
...
@@ -185,7 +186,7 @@ required-list: Makefile
echo
$(REQUIRED_OFILES)
>
required-list
stamp-picdir
:
if
[
x
"
$(
enable_shared)
"
=
xyes
]
&&
[
!
-d
pic
]
;
then
\
if
[
x
"
$(
PICFLAG)
"
!=
x
]
&&
[
!
-d
pic
]
;
then
\
mkdir pic
;
\
else
true
;
fi
touch stamp-picdir
...
...
This diff is collapsed.
Click to expand it.
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