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
6ba61504
Commit
6ba61504
authored
Aug 15, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use -Dvfork=fork, instead of linking in libbsd.a
From-SVN: r1859
parent
cd1b4b44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/config/i386/x-osfrose
+4
-3
gcc/config/mips/x-osfrose
+4
-3
No files found.
gcc/config/i386/x-osfrose
View file @
6ba61504
...
...
@@ -6,9 +6,9 @@
BUILD =
CC = $(OLDCC)
CLIB = -l
bsd -l
ld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CLIB = -lld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
$(X_DEFINES)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(X
_DEFINES) $(X
CFLAGS)
CPP_ABORT = # -Dabort=fancy_abort
CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES)
DEB_OPT = $(OPT) $(DEBUG) $(PROFILE)
...
...
@@ -23,6 +23,7 @@ OPT = -O
PROFILE =
SHLIB = -pic-none
SYSTEM_INCLUDES = # -I${BUILD}/usr/include
X_DEFINES = -Dvfork=fork
libdir = /usr/ccs
mandir = /usr/ccs/gcc/$(target)/$(version)
...
...
gcc/config/mips/x-osfrose
View file @
6ba61504
...
...
@@ -6,9 +6,9 @@
BUILD =
CC = $(OLDCC)
CLIB = -l
bsd -l
ld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CLIB = -lld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
$(X_DEFINES)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(X
_DEFINES) $(X
CFLAGS)
CCLIBFLAGS = -O -pic-extern
CPP_ABORT = # -Dabort=fancy_abort
CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES)
...
...
@@ -25,6 +25,7 @@ OPT = -O2
PROFILE =
SHLIB = -pic-none
SYSTEM_INCLUDES = # -I${BUILD}/usr/include
X_DEFINES = -Dvfork=fork
libdir = /usr/ccs
mandir = /usr/ccs/gcc/$(target)/$(version)
...
...
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