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
ef98ad7b
Commit
ef98ad7b
authored
Apr 10, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Apr 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Add *-*-freebsd* configurations.
From-SVN: r52107
parent
d8a50944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
ChangeLog
+4
-0
configure.in
+9
-0
No files found.
ChangeLog
View file @
ef98ad7b
2002-04-09 Loren J. Rittle <ljrittle@acm.org>
* configure.in: Add *-*-freebsd* configurations.
2002-04-08 Tom Tromey <tromey@redhat.com>
2002-04-08 Tom Tromey <tromey@redhat.com>
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
...
...
configure.in
View file @
ef98ad7b
...
@@ -617,6 +617,9 @@ case "${target}" in
...
@@ -617,6 +617,9 @@ case "${target}" in
*
-
*
-chorusos
)
*
-
*
-chorusos
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
;;
;;
*
-
*
-freebsd
[
12]
|
*
-
*
-freebsd
[
12].
*
|
*
-
*
-freebsd
*
aout
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
;;
*
-
*
-netbsd
*
)
*
-
*
-netbsd
*
)
# Skip some stuff on all NetBSD configurations.
# Skip some stuff on all NetBSD configurations.
skipdirs
=
"
$skipdirs
target-newlib target-libiberty target-libgloss"
skipdirs
=
"
$skipdirs
target-newlib target-libiberty target-libgloss"
...
@@ -653,6 +656,9 @@ case "${target}" in
...
@@ -653,6 +656,9 @@ case "${target}" in
# linux has rx in libc
# linux has rx in libc
skipdirs
=
"
$skipdirs
target-librx"
skipdirs
=
"
$skipdirs
target-librx"
;;
;;
alpha
*
-
*
-freebsd
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
;;
alpha
*
-
*
-
*
)
alpha
*
-
*
-
*
)
# newlib is not 64 bit ready
# newlib is not 64 bit ready
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
...
@@ -797,6 +803,9 @@ case "${target}" in
...
@@ -797,6 +803,9 @@ case "${target}" in
target_configdirs
=
"
${
target_configdirs
}
target-libstub target-cygmon"
target_configdirs
=
"
${
target_configdirs
}
target-libstub target-cygmon"
fi
fi
;;
;;
i[34567]86-
*
-freebsd
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
;;
*
-
*
-linux
*
)
*
-
*
-linux
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
# linux has rx in libc
# linux has rx in libc
...
...
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