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
bcc81b85
Commit
bcc81b85
authored
Jan 28, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change instances of [.config] to [.config.vax].
From-SVN: r3374
parent
d94f844d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/vmsconfig.com
+9
-9
No files found.
gcc/vmsconfig.com
View file @
bcc81b85
...
...
@@ -10,8 +10,8 @@ $ !
$ echo = "write sys$output"
$ !
$ if f$search("config.h") .nes. "" then delete config.h.*
$ copy [.config
]xm-vax
-vms.h []config.h
$ echo "Linked `config.h' to `[.config
]xm-vax
-vms.h'.
$ copy [.config
.vax]xm
-vms.h []config.h
$ echo "Linked `config.h' to `[.config
.vax]xm
-vms.h'.
$ !
$ if f$search("tconfig.h") .nes. "" then delete tconfig.h.*
$ create []tconfig.h
...
...
@@ -24,22 +24,22 @@ $ !
$ if f$search("hconfig.h") .nes. "" then delete hconfig.h.*
$ create []hconfig.h
$DECK
/* hconfig.h == config.h ::
target and hos
t configurations are the same */
/* hconfig.h == config.h ::
host and targe
t configurations are the same */
#include "config.h"
$EOD
$ echo "Created `hconfig.h'.
$ !
$ if f$search("tm.h") .nes. "" then delete tm.h.*
$ copy [.config
]vax-
vms.h []tm.h
$ echo "Linked `tm.h' to `[.config
]vax-
vms.h'.
$ copy [.config
.vax]
vms.h []tm.h
$ echo "Linked `tm.h' to `[.config
.vax]
vms.h'.
$ !
$ if f$search("md.") .nes. "" then delete md..*
$ copy [.config]vax.md []md.
$ echo "Linked `md' to `[.config]vax.md'.
$ copy [.config
.vax
]vax.md []md.
$ echo "Linked `md' to `[.config
.vax
]vax.md'.
$ !
$ if f$search("aux-output.c") .nes. "" then delete aux-output.c.*
$ copy [.config]vax.c []aux-output.c
$ echo "Linked `aux-output.c' to `[.config]vax.c'.
$ copy [.config
.vax
]vax.c []aux-output.c
$ echo "Linked `aux-output.c' to `[.config
.vax
]vax.c'.
$ !
$!
$!
...
...
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