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
d42058b1
Commit
d42058b1
authored
Aug 04, 1999
by
Tom Tromey
Committed by
Tom Tromey
Aug 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Added missing `;;'. From Anthony Green.
From-SVN: r28510
parent
03c4e791
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
boehm-gc/ChangeLog
+4
-0
boehm-gc/configure
+1
-0
boehm-gc/configure.in
+1
-0
No files found.
boehm-gc/ChangeLog
View file @
d42058b1
1999-08-04 Tom Tromey <tromey@cygnus.com>
* configure.in: Added missing `;;'. From Anthony Green.
Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
* configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
...
...
boehm-gc/configure
View file @
d42058b1
...
@@ -2415,6 +2415,7 @@ EOF
...
@@ -2415,6 +2415,7 @@ EOF
#define NO_EXECUTE_PERMISSION 1
#define NO_EXECUTE_PERMISSION 1
EOF
EOF
;;
sparc-sun-solaris2.3
*
)
sparc-sun-solaris2.3
*
)
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define SUNOS53_SHARED_LIB 1
#define SUNOS53_SHARED_LIB 1
...
...
boehm-gc/configure.in
View file @
d42058b1
...
@@ -149,6 +149,7 @@ case "$host" in
...
@@ -149,6 +149,7 @@ case "$host" in
mips-*-*)
mips-*-*)
machdep="mips_sgi_mach_dep.lo"
machdep="mips_sgi_mach_dep.lo"
AC_DEFINE(NO_EXECUTE_PERMISSION)
AC_DEFINE(NO_EXECUTE_PERMISSION)
;;
sparc-sun-solaris2.3*)
sparc-sun-solaris2.3*)
AC_DEFINE(SUNOS53_SHARED_LIB)
AC_DEFINE(SUNOS53_SHARED_LIB)
;;
;;
...
...
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