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
799f4265
Commit
799f4265
authored
Jul 18, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(objc-headers): Fix command for the new build directory layout, don't
pass srcdir variable. From-SVN: r14476
parent
ae3a15bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
gcc/objc/Make-lang.in
+5
-8
No files found.
gcc/objc/Make-lang.in
View file @
799f4265
...
...
@@ -103,16 +103,13 @@ objc-runtime: objc-headers libobjc.a
# copy objc header files into build directory
objc-headers
:
stmp-fixinc
if
[
-d
include
]
;
then
true
;
else
mkdir include
;
fi
if
[
-d
objc
]
;
then
true
;
else
mkdir objc
;
fi
thisdir1
=
`
pwd
`
;
\
srcdir1
=
`
cd
$(srcdir)
;
pwd
`
;
\
cd
objc
;
\
if
[
-f
$$
{
srcdir1
}
/objc/
Makefile
]
;
then
\
$(MAKE)
-f
$$
{
srcdir1
}
/objc/Makefile
copy-headers
\
srcdir
=
$$
{
srcdir1
}
tooldir
=
$(tooldir)
\
if
[
-f
Makefile
]
;
then
\
$(MAKE)
copy-headers
\
tooldir
=
$(tooldir)
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
\
GCC_FOR_TARGET
=
"
$$
{thisdir1}/xgcc -B
$$
{thisdir1}
/"
\
GCC_CFLAGS
=
"
$(GCC_CFLAGS)
"
incinstalldir
=
$$
{
thisdir1
}
/include
;
\
GCC_FOR_TARGET
=
"
../xgcc -B..
/"
\
GCC_CFLAGS
=
"
$(GCC_CFLAGS)
"
incinstalldir
=
..
/include
;
\
fi
touch objc-headers
...
...
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