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
09201a09
Commit
09201a09
authored
Feb 14, 2007
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Feb 14, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ltconfig (freebsd*): Default to elf.
From-SVN: r121948
parent
5f34ed87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
ltconfig
+1
-1
No files found.
ChangeLog
View file @
09201a09
2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
* ltconfig (freebsd*): Default to elf.
2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac (target_libraries): Move libgcc before libiberty.
...
...
ltconfig
View file @
09201a09
...
...
@@ -1133,7 +1133,7 @@ freebsd1*)
;;
freebsd
*
)
objformat
=
`
test
-x
/usr/bin/objformat
&&
/usr/bin/objformat
||
echo
aout
`
objformat
=
`
test
-x
/usr/bin/objformat
&&
/usr/bin/objformat
||
echo
elf
`
version_type
=
freebsd-
$objformat
case
$version_type
in
freebsd-elf
*
)
...
...
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