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
323eee8a
Commit
323eee8a
authored
Mar 03, 2000
by
Tom Tromey
Committed by
Tom Tromey
Mar 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Fixed ia64 by hand.
From-SVN: r32314
parent
920f9474
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libffi/ChangeLog
+2
-0
libffi/Makefile.in
+2
-2
No files found.
libffi/ChangeLog
View file @
323eee8a
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.
...
...
libffi/Makefile.in
View file @
323eee8a
...
...
@@ -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
...
...
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