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
de9253a0
Commit
de9253a0
authored
Dec 23, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refine last change; just add -I.
From-SVN: r6279
parent
1c4eddf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
gcc/Makefile.in
+2
-4
No files found.
gcc/Makefile.in
View file @
de9253a0
...
...
@@ -100,10 +100,8 @@ GCC_FOR_TARGET = ./xgcc -B./
# This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
# It omits XCFLAGS, and specifies -B./.
# It also specifies -B$(tooldir)/ to find as and ld for a cross compiler
# and -I./include.
GCC_CFLAGS
=
$(INTERNAL_CFLAGS)
$(X_CFLAGS)
$(T_CFLAGS)
$(CFLAGS)
\
-B
$(TARGET_TOOLPREFIX)
-I
./include
# It also specifies -I./include to find, e.g., stddef.h.
GCC_CFLAGS
=
$(INTERNAL_CFLAGS)
$(X_CFLAGS)
$(T_CFLAGS)
$(CFLAGS)
-I
./include
# Special flags for compiling enquire.
# We disable optimization to make floating point more reliable.
...
...
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