diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/Makefile.am | 2 | ||||
-rw-r--r-- | mpi/config.links | 7 |
3 files changed, 13 insertions, 1 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 21ad464a7..48e49d5cb 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 16 10:07:58 CET 1999 Werner Koch <[email protected]> + + * Makefile.am: c/SFLAGS/ASFLAGS/. This has only been used by the + powerpc and actually never passed the -Wa,foo to the cc. + Thu Dec 9 10:31:05 CET 1999 Werner Koch <[email protected]> * power/: Add all files from GMP for this CPU. diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 3bba762b2..d12e89310 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/include CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@ -SFLAGS = @MPI_SFLAGS@ +ASFLAGS = @MPI_SFLAGS@ EXTRA_DIST = config.links DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ diff --git a/mpi/config.links b/mpi/config.links index 6f1161cce..73bed01bb 100644 --- a/mpi/config.links +++ b/mpi/config.links @@ -159,6 +159,13 @@ case "${target}" in path="power" mpi_extra_modules="udiv-w-sdiv" ;; + powerpc-ibm-aix4.2.* ) + # I am not sure about this one but a machine identified by + # powerpc-ibm-aix4.2.1.0 cannot use the powerpc32 code. + mpi_sflags="-Wa,-mpwr" + path="power" + mpi_extra_modules="udiv-w-sdiv" + ;; ppc601-*-*) mpi_sflags="-Wa,-mppc" path="power powerpc32" |