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
458e8901
Commit
458e8901
authored
Jul 01, 1993
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove special case for IRIX 4.0.1 that was superseded
by a more general fix to fixincludes. From-SVN: r4814
parent
56f8e5e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
gcc/fixincludes
+0
-14
No files found.
gcc/fixincludes
View file @
458e8901
...
...
@@ -784,20 +784,6 @@ if [ -r ${LIB}/$file ]; then
fi
fi
# Fix line in IRIX 4.0.1 header file. The sed script turns
# #define EM_CTRL (CUTIOC|0x1)
# into
# #define EM_CTRL (CUTIOC|0x'1')
file
=
sys/t3270reg.h
if
[
-r
${
LIB
}
/
$file
]
;
then
echo
Fixing
$file
, overeager sed script
sed
-e
"s/0x'1'/0x1/"
${
LIB
}
/
$file
>
${
LIB
}
/
${
file
}
.sed
rm
-f
${
LIB
}
/
$file
;
mv
${
LIB
}
/
${
file
}
.sed
${
LIB
}
/
$file
if
cmp
$file
${
LIB
}
/
$file
>
/dev/null 2>&1
;
then
rm
-f
${
LIB
}
/
$file
fi
fi
# Turning // comments into /* */ comments trashes this IRIX 4.0.1
# header file, which embeds // comments inside multi-line /* */
# comments. If this looks like the IRIX header file, we refix it by
...
...
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