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
b61f39ad
Commit
b61f39ad
authored
Sep 05, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LDFLAGS): Set from BOOT_LDFLAGS.
(F771_LDFLAGS): Variable dispensed with. From-SVN: r22244
parent
3f3726a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
gcc/f/Makefile.in
+6
-8
No files found.
gcc/f/Makefile.in
View file @
b61f39ad
...
...
@@ -134,12 +134,11 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) -W
# Likewise.
ALL_CPPFLAGS
=
$(CPPFLAGS)
$(X_CPPFLAGS)
$(T_CPPFLAGS)
# f771 is so big, need to tell linker on m68k-next-nextstep* to make enough
# room for it. On AIX, linking f771 overflows the linker TOC;
# `-bbigtoc' is appropriate for the linker on AIX 4.1 and above.
F771_LDFLAGS
=
`
case
"
${
target
}
"
in
\
m68k-next-nextstep
*
)
echo
-segaddr
__DATA 6000000
;;
\
*
-
*
-aix
[
4-9]
*
)
\`
$(CC)
--print-prog-name
=
ld
\`
-v
2>&1 |
grep
BFD
>
/dev/null
||
echo
-Wl
,-bbigtoc
;;
esac
`
# We should be compiling with the built compiler, for which
# BOOT_LDFLAGS is appropriate. (Formerly we had a separate
# F771_LDFLAGS, but the ld flags can be taken care of by the target
# configuration files in egcs.)
LDFLAGS
=
$(BOOT_LDFLAGS)
# Even if ALLOCA is set, don't use it if compiling with GCC.
...
...
@@ -213,8 +212,7 @@ OBJDEPS = ../stamp-objlist
compiler
:
../f771$(exeext)
../f771$(exeext)
:
$(P) $(F77_OBJS) $(OBJDEPS) $(LIBDEPS)
rm
-f
f771
$(exeext)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
$(F771_LDFLAGS)
-o
$@
\
$(F77_OBJS)
$(OBJS)
$(LIBS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
$(F77_OBJS)
$(OBJS)
$(LIBS)
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
cd
..
;
$(SHELL)
config.status
...
...
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