mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 15:30:22 +08:00
* configure.in: Added missing `;;'. From Anthony Green.
From-SVN: r28510
This commit is contained in:
parent
03c4e79139
commit
d42058b1a7
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
|
||||
|
1
boehm-gc/configure
vendored
1
boehm-gc/configure
vendored
@ -2415,6 +2415,7 @@ EOF
|
||||
#define NO_EXECUTE_PERMISSION 1
|
||||
EOF
|
||||
|
||||
;;
|
||||
sparc-sun-solaris2.3*)
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define SUNOS53_SHARED_LIB 1
|
||||
|
@ -149,6 +149,7 @@ case "$host" in
|
||||
mips-*-*)
|
||||
machdep="mips_sgi_mach_dep.lo"
|
||||
AC_DEFINE(NO_EXECUTE_PERMISSION)
|
||||
;;
|
||||
sparc-sun-solaris2.3*)
|
||||
AC_DEFINE(SUNOS53_SHARED_LIB)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user