]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in: Fixed ia64 by hand.
authorTom Tromey <tromey@cygnus.com>
Fri, 3 Mar 2000 19:33:11 +0000 (19:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 3 Mar 2000 19:33:11 +0000 (19:33 +0000)
From-SVN: r32314

libffi/ChangeLog
libffi/Makefile.in

index 5d56ed5781ff4ea108922db2efedb56da4514ecc..230d250b2ee6ed3404fb706799c20331d80b47f3 100644 (file)
@@ -1,5 +1,7 @@
 2000-03-03  Tom Tromey  <tromey@cygnus.com>
 
+       * Makefile.in: Fixed ia64 by hand.
+
        * configure: Rebuilt.
        * configure.in (--enable-multilib): New option.
        (libffi_basedir): New subst.
index d8bbff717c4739ec55174f4545fa9ca984315db8..1ecfd5233cea18837e60805952af2c2f00f47d56 100644 (file)
@@ -116,8 +116,8 @@ TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
 TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
 TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S
 TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S
-TARGET_SRC_ALPHA = src/ia64/ffi.c src/ia64/osf.S
-TARGET_SRC_IA64 = src/alpha/ffi.c src/alpha/unix.S
+TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S
+TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S
 TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
 TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S
 TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c