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
e3e873d2
Commit
e3e873d2
authored
Jun 26, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1289
parent
27d21d32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/Makefile.in
+5
-5
No files found.
gcc/Makefile.in
View file @
e3e873d2
...
@@ -494,10 +494,10 @@ float.h: enquire
...
@@ -494,10 +494,10 @@ float.h: enquire
enquire
:
enquire.o $(GCC_PARTS)
enquire
:
enquire.o $(GCC_PARTS)
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ENQUIRE_LDFLAGS)
enquire.o
-o
$@
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ENQUIRE_LDFLAGS)
enquire.o
-o
$@
enquire.o
:
$(srcdir)/enquire.c $(GCC_PASSES)
enquire.o
:
$(srcdir)/enquire.c $(GCC_PASSES)
-
if
[
"
$(srcdir)
"
!=
"."
]
;
then
rm
-f
./enquire.c
;
else
true
;
fi
#
-if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi
-
cp
$(srcdir)
/enquire.c
.
>
/dev/null 2>&1
#
-cp $(srcdir)/enquire.c . > /dev/null 2>&1
# Breaking this line caused a problem with one version of GNU make.
# Breaking this line caused a problem with one version of GNU make.
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
$(ENQUIRE_CFLAGS)
-I.
-c
enquire.c
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
$(ENQUIRE_CFLAGS)
-I.
-c
$(srcdir)/
enquire.c
# Build libgcc.a.
# Build libgcc.a.
# This is done in two parts because some functions, in libgcc1.c,
# This is done in two parts because some functions, in libgcc1.c,
...
@@ -1159,7 +1159,7 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
...
@@ -1159,7 +1159,7 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
-DGPLUSPLUS_INCLUDE_DIR=0
\
-DGPLUSPLUS_INCLUDE_DIR=0
\
-DCROSS_INCLUDE_DIR=0
\
-DCROSS_INCLUDE_DIR=0
\
-DSTD_PROTO_DIR=0"
tmp-proto.c
-DSTD_PROTO_DIR=0"
tmp-proto.c
@
echo
'**********'
Expect 40
2
lines of differences.
@
echo
'**********'
Expect 40
0
lines of differences.
-
diff
$(srcdir)
/protoize.c tmp-proto.c
>
tmp-proto.diff
-
diff
$(srcdir)
/protoize.c tmp-proto.c
>
tmp-proto.diff
-
wc
-l
tmp-proto.diff
-
wc
-l
tmp-proto.diff
./unprotoize
-N
-x
getopt.h
-c
"-B./ -Wall -Wwrite-strings
\
./unprotoize
-N
-x
getopt.h
-c
"-B./ -Wall -Wwrite-strings
\
...
@@ -1466,7 +1466,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
...
@@ -1466,7 +1466,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
# so that fixinc.svr4 can get at it if necessary.
# so that fixinc.svr4 can get at it if necessary.
# If the dirs are the same, this won't do anything.
# If the dirs are the same, this won't do anything.
# Delete file first in case it is read-only
# Delete file first in case it is read-only
-if
[
"$(srcdir)"
!=
"."
];
then
rm
-f
byteorder.h;
else
true;
fi
-if
[
x`cd
$(srcdir);pwd`
!=
x`pwd`
];
then
rm
-f
byteorder.h;
else
true;
fi
-cp
$(srcdir)/byteorder.h
.
>
/dev/null
2>&1
-cp
$(srcdir)/byteorder.h
.
>
/dev/null
2>&1
# $(libsubdir)/include:
# $(libsubdir)/include:
...
...
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