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
3ae32cb7
Commit
3ae32cb7
authored
Aug 31, 1998
by
David Edelsohn
Committed by
David Edelsohn
Aug 31, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
From-SVN: r22138
parent
cce72319
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
config/ChangeLog
+4
-0
config/mh-aix43
+3
-2
No files found.
config/ChangeLog
View file @
3ae32cb7
Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu>
* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
* mh-aix43: New file.
...
...
config/mh-aix43
View file @
3ae32cb7
# AIX 4.3 and above requires -X32_64 flag to all ar commands
# to
allow archives to contain
both 32-bit and 64-bit objects.
# AIX 4.3 and above requires -X32_64 flag to all ar
and nm
commands
# to
handle
both 32-bit and 64-bit objects.
AR_FOR_TARGET=ar -X32_64
NM_FOR_TARGET=nm -X32_64
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