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
f21bde40
Commit
f21bde40
authored
Dec 12, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to relect recent changes elsewhere.
From-SVN: r6213
parent
39b52ba2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
37 deletions
+2
-37
gcc/configure.bat
+2
-37
No files found.
gcc/configure.bat
View file @
f21bde40
...
...
@@ -4,6 +4,7 @@ rem This batch file assumes a unix-type "sed" program
update config\i386\xm-dos.h config.h
update config\i386\xm-dos.h hconfig.h
update config\i386\xm-dos.h tconfig.h
update config\i386\go32.h tm.h
update config\i386\i386.md md
update config\i386\i386.c aux-output.c
...
...
@@ -26,7 +27,7 @@ echo "s/^ \$(srcdir)\/move-if-change/ update/ ">> config.sed
echo "s/^USE_/# USE_/ ">> config.sed
echo "s/`echo \$(srcdir)\///g ">> config.sed
echo "s/ | sed 's,\^\\\.\/,,'`//g ">> config.sed
echo "s/^ cd \$(srcdir)[ ]*;/
/
">> config.sed
echo "s/^ cd \$(srcdir)[ ]*;/
/
">> config.sed
echo "/^# USE_HOST_OBSTACK/ i\ ">> config.sed
echo "USE_HOST_OBSTACK=obstack.o ">> config.sed
...
...
@@ -38,42 +39,6 @@ echo " /update/ i\ ">> config.sed
echo " go32 genattrtab md > t-attrtab.c ">> config.sed
echo "} ">> config.sed
echo "/^cccp.o[ ]*:/,/-c/ { ">> config.sed
echo " s/ \$(CC)/ >cccp_o.rf/ ">> config.sed
echo " /-c/ a\ ">> config.sed
echo " $(CC) @cccp_o.rf ">> config.sed
echo "} ">> config.sed
echo "/^gcc.o[ ]*:/,/-c/ { ">> config.sed
echo " s/ \$(CC)/ >gcc_o.rf/ ">> config.sed
echo " /-c/ a\ ">> config.sed
echo " $(CC) @gcc_o.rf ">> config.sed
echo "} ">> config.sed
echo "/^gcc[ ]*:/,/-o/ { ">> config.sed
echo " s/ \$(CC)/ >gcc.rf/ ">> config.sed
echo " /-o/ a\ ">> config.sed
echo " $(CC) @gcc.rf ">> config.sed
echo "} ">> config.sed
echo "/^cc1[ ]*:/,/-o/ { ">> config.sed
echo " s/ \$(CC)/ >cc1.rf/ ">> config.sed
echo " /-o/ a\ ">> config.sed
echo " $(CC) @cc1.rf ">> config.sed
echo "} ">> config.sed
echo "/^cc1plus[ ]*:/,/-o/ { ">> config.sed
echo " s/ \$(CC)/ >cc1plus.rf/ ">> config.sed
echo " /-o/ a\ ">> config.sed
echo " $(CC) @cc1plus.rf ">> config.sed
echo "} ">> config.sed
echo "/^cc1obj[ ]*:/,/-o/ { ">> config.sed
echo " s/ \$(CC)/ >cc1obj.rf/ ">> config.sed
echo " /-o/ a\ ">> config.sed
echo " $(CC) @cc1obj.rf ">> config.sed
echo "} ">> config.sed
echo "/^enquire[ ]*:/ s/\$(GCC_PARTS)//g ">> config.sed
echo "/^enquire.o[ ]*:/ s/\$(GCC_PASSES)//g ">> config.sed
echo "/^GCC_FOR_TARGET =/ c\ ">> config.sed
...
...
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