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
63797cbe
Commit
63797cbe
authored
Feb 03, 1998
by
Richard Henderson
Committed by
Richard Henderson
Feb 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config-lang.in: Remove references to runtime/.
From-SVN: r17635
parent
e95d117b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
27 deletions
+6
-27
gcc/f/ChangeLog.egcs
+4
-0
gcc/f/config-lang.in
+2
-27
No files found.
gcc/f/ChangeLog.egcs
View file @
63797cbe
Tue Feb 3 20:13:05 1998 Richard Henderson <rth@cygnus.com>
* config-lang.in: Remove references to runtime/.
Sun Feb 1 12:43:49 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Sun Feb 1 12:43:49 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* com.c (ffecom_tree_canonize_ptr_): Place bitsizetype typed expr
* com.c (ffecom_tree_canonize_ptr_): Place bitsizetype typed expr
...
...
gcc/f/config-lang.in
View file @
63797cbe
...
@@ -48,45 +48,20 @@ language="f77"
...
@@ -48,45 +48,20 @@ language="f77"
compilers="f771\$(exeext)"
compilers="f771\$(exeext)"
case "$arguments" in
stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)"
# *--enable-f2c* | *-enable-f2c*)
# echo "f77: enabling f2c."
# stagestuff="g77 g77-cross f771 libf2c.a f2c fc" ;;
# stagestuff="g77 g77-cross f771 libf2c.a f2c" ;;
*)
stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext) libf2c.a" ;;
esac
diff_excludes="-x \"f/g77.info*\""
diff_excludes="-x \"f/g77.info*\""
# Create the runtime library directory tree if necessary.
test -d f || mkdir f
test -d f || mkdir f
test -d f/runtime || mkdir f/runtime
test -d f/runtime/libF77 || mkdir f/runtime/libF77
test -d f/runtime/libI77 || mkdir f/runtime/libI77
test -d f/runtime/libU77 || mkdir f/runtime/libU77
# Need to make top-level stageN directory trees, else if needed
# later by gcc/Makefile, it'll make only the first levels and
# the language subdirectory levels, not the runtime stuff.
for stageN in stage1 stage2 stage3 stage4
for stageN in stage1 stage2 stage3 stage4
do
do
test -d $stageN || mkdir $stageN
test -d $stageN || mkdir $stageN
test -d $stageN/f || mkdir $stageN/f
test -d $stageN/f || mkdir $stageN/f
test -d $stageN/f/runtime || mkdir $stageN/f/runtime
test -d $stageN/f/runtime/libF77 || mkdir $stageN/f/runtime/libF77
test -d $stageN/f/runtime/libI77 || mkdir $stageN/f/runtime/libI77
test -d $stageN/f/runtime/libU77 || mkdir $stageN/f/runtime/libU77
done
done
# Make links into top-level stageN from target trees.
# Make links into top-level stageN from target trees.
for stageN in stage1 stage2 stage3 stage4 include
for stageN in stage1 stage2 stage3 stage4 include
do
do
$remove -f f/$stageN f/runtime/$stageN f/runtime/libF77/$stageN \
$remove -f f/$stageN
f/runtime/libI77/$stageN f/runtime/libU77/$stageN
(cd f; $symbolic_link ../$stageN . 2>/dev/null)
(cd f; $symbolic_link ../$stageN . 2>/dev/null)
(cd f/runtime; $symbolic_link ../$stageN . 2>/dev/null)
(cd f/runtime/libF77; $symbolic_link ../$stageN . 2>/dev/null)
(cd f/runtime/libI77; $symbolic_link ../$stageN . 2>/dev/null)
(cd f/runtime/libU77; $symbolic_link ../$stageN . 2>/dev/null)
done
done
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