aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>1999-11-02 17:46:16 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-11-02 17:46:16 +0000
commit1a87de8db557ee0006d992af6f459a65bb0c0a72 (patch)
treedbd4bd6ccd5520dc3befe8fdcf3a395b84663b8b
parentb020fd92106fa2517f2c8ae5e03ec9c0eae10eac (diff)
downloadgcc-1a87de8db557ee0006d992af6f459a65bb0c0a72.zip
gcc-1a87de8db557ee0006d992af6f459a65bb0c0a72.tar.gz
gcc-1a87de8db557ee0006d992af6f459a65bb0c0a72.tar.bz2
configure.in (m68k-hp-hpux*, [...]): The underscore should have been an hyphen, fixed.
* configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should have been an hyphen, fixed. * configure: Rebuilt. From-SVN: r30354
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure6
-rw-r--r--gcc/configure.in6
3 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0cc75f4..9ac0fec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Tue Nov 2 15:27:31 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
+ have been an hyphen, fixed.
+ * configure: Rebuilt.
+
Tue Nov 2 17:04:36 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/tpe.h: Add prototypes for exported functions.
diff --git a/gcc/configure b/gcc/configure
index bc13e36..e349b28 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -4545,7 +4545,7 @@ for machine in $build $host $target; do
extra_headers=math-68881.h
;;
m68000-hp-hpux*) # HP 9000 series 300
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then
@@ -4747,7 +4747,7 @@ for machine in $build $host $target; do
extra_headers=math-68881.h
;;
m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then
@@ -4763,7 +4763,7 @@ for machine in $build $host $target; do
float_format=m68k
;;
m68k-hp-hpux*) # HP 9000 series 300
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then
diff --git a/gcc/configure.in b/gcc/configure.in
index e4c5d58..c8e31d6 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1839,7 +1839,7 @@ changequote([,])dnl
extra_headers=math-68881.h
;;
m68000-hp-hpux*) # HP 9000 series 300
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then
@@ -2041,7 +2041,7 @@ changequote([,])dnl
extra_headers=math-68881.h
;;
m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then
@@ -2057,7 +2057,7 @@ changequote([,])dnl
float_format=m68k
;;
m68k-hp-hpux*) # HP 9000 series 300
- xm_file="xm_alloca.h ${xm_file}"
+ xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG NO_SYS_SIGLIST"
if test x$gas = xyes
then