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
1409d0c7
Commit
1409d0c7
authored
24 years ago
by
David Edelsohn
Committed by
David Edelsohn
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
From-SVN: r36648
parent
aca8c6e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
config/mt-aix43
+1
-1
No files found.
ChangeLog
View file @
1409d0c7
2000-09-26 David Edelsohn <edelsohn@gnu.org>
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
* MAINTAINERS: Add self as cpplib co-maintainer.
...
...
This diff is collapsed.
Click to expand it.
config/mt-aix43
View file @
1409d0c7
# 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
NM_FOR_TARGET=nm -
B -
X32_64
This diff is collapsed.
Click to expand it.
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