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
3b3958fc
Commit
3b3958fc
authored
Sep 01, 1999
by
Andreas Schwab
Committed by
Andreas Schwab
Sep 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move *-*-gnu* pattern below *-*-linux*.
From-SVN: r29026
parent
fe0a8ee6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libstdc++/ChangeLog
+4
-0
libstdc++/configure.in
+2
-1
No files found.
libstdc++/ChangeLog
View file @
3b3958fc
1999-09-01 Andreas Schwab <schwab@suse.de>
* configure.in: Move *-*-gnu* pattern below *-*-linux*.
Wed Aug 25 01:31:11 1999 "David O'Brien" <obrien@NUXI.com>
Wed Aug 25 01:31:11 1999 "David O'Brien" <obrien@NUXI.com>
* configure.in: Alphabetize selection of .ml fragments.
* configure.in: Alphabetize selection of .ml fragments.
...
...
libstdc++/configure.in
View file @
3b3958fc
...
@@ -71,11 +71,12 @@ if [ "${shared}" = "yes" ]; then
...
@@ -71,11 +71,12 @@ if [ "${shared}" = "yes" ]; then
*-dec-osf*) frags="${frags} dec-osf.ml";;
*-dec-osf*) frags="${frags} dec-osf.ml";;
*-*-freebsd2*) ;;
*-*-freebsd2*) ;;
*-*-freebsd*) frags="${frags} freebsd.ml" ;;
*-*-freebsd*) frags="${frags} freebsd.ml" ;;
*-*-gnu*) frags="${frags} gnu.ml" ;;
*-*-hpux*) frags="${frags} hpux.ml" ;;
*-*-hpux*) frags="${frags} hpux.ml" ;;
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-linux*aout*) ;;
*-*-linux*aout*) ;;
*-*-linux*) frags="${frags} linux.ml" ;;
*-*-linux*) frags="${frags} linux.ml" ;;
# This must come after *-*-linux*
*-*-gnu*) frags="${frags} gnu.ml" ;;
*-*-openbsd*) frags="${frags} openbsd.ml" ;;
*-*-openbsd*) frags="${frags} openbsd.ml" ;;
*-*-sysv[45]*|*-*-udk*) frags="${frags} elf.ml" ;;
*-*-sysv[45]*|*-*-udk*) frags="${frags} elf.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
...
...
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