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
c20012b6
Commit
c20012b6
authored
Oct 19, 1998
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
�
Undo some mistakes from previous merge. From-SVN: r23183
parent
dbcce8f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
gcc/java/Makefile.in
+3
-10
No files found.
gcc/java/Makefile.in
View file @
c20012b6
...
@@ -148,12 +148,8 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
...
@@ -148,12 +148,8 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
# Likewise.
# Likewise.
ALL_CPPFLAGS
=
$(CPPFLAGS)
$(X_CPPFLAGS)
$(T_CPPFLAGS)
ALL_CPPFLAGS
=
$(CPPFLAGS)
$(X_CPPFLAGS)
$(T_CPPFLAGS)
# CYGNUS LOCAL: SUBDIR_USE_ALLOCA is different from FSF.
# Even if ALLOCA is set, don't use it if compiling with GCC.
SUBDIR_OBSTACK
=
`
if
[
x
$(OBSTACK)
!=
x
]
;
then
echo
../
$(OBSTACK)
;
else
true
;
fi
`
SUBDIR_OBSTACK
=
`
if
[
x
$(OBSTACK)
!=
x
]
;
then
echo
../
$(OBSTACK)
;
else
true
;
fi
`
#SUBDIR_USE_ALLOCA = `case "${CC}" in "${OLDCC}") if [ x$(ALLOCA) != x ]; then echo ../$(ALLOCA); else true; fi ;; esac`
SUBDIR_USE_ALLOCA
=
`
case
"
${
CC
}
"
in
"
${
OLDCC
}
"
)
if
[
x
$(ALLOCA)
!=
x
]
;
then
echo
../
$(ALLOCA)
;
else
true
;
fi
;;
esac
`
SUBDIR_USE_ALLOCA
=
`
if
[
x
$(ALLOCA)
!=
x
]
;
then
echo
../
$(ALLOCA)
;
else
true
;
fi
`
SUBDIR_MALLOC
=
`
if
[
x
$(MALLOC)
!=
x
]
;
then
echo
../
$(MALLOC)
;
else
true
;
fi
`
SUBDIR_MALLOC
=
`
if
[
x
$(MALLOC)
!=
x
]
;
then
echo
../
$(MALLOC)
;
else
true
;
fi
`
# How to link with both our special library facilities
# How to link with both our special library facilities
...
@@ -225,9 +221,8 @@ RTL_H = $(srcdir)/../rtl.h $(srcdir)/../rtl.def \
...
@@ -225,9 +221,8 @@ RTL_H = $(srcdir)/../rtl.h $(srcdir)/../rtl.def \
$(srcdir)
/../machmode.h
$(srcdir)
/../machmode.def
$(srcdir)
/../machmode.h
$(srcdir)
/../machmode.def
EXPR_H
=
$(srcdir)
/../expr.h ../insn-codes.h
EXPR_H
=
$(srcdir)
/../expr.h ../insn-codes.h
# CYGNUS LOCAL: we put these files into the build dir.
PARSE_C
=
$(srcdir)
/parse.c
PARSE_C
=
parse.c
PARSE_SCAN_C
=
$(srcdir)
/parse-scan.c
PARSE_SCAN_C
=
parse-scan.c
PARSE_H
=
$(srcdir)
/parse.h
PARSE_H
=
$(srcdir)
/parse.h
$(PARSE_C)
:
$(srcdir)/parse.y $(srcdir)/lex.c $(PARSE_H) $(srcdir)/lex.h
$(PARSE_C)
:
$(srcdir)/parse.y $(srcdir)/lex.c $(PARSE_H) $(srcdir)/lex.h
...
@@ -260,9 +255,7 @@ TAGS: force
...
@@ -260,9 +255,7 @@ TAGS: force
mostlyclean
:
mostlyclean
:
rm
-f
*
.o
rm
-f
*
.o
# CYGNUS LOCAL: Remove these files, as they are in the build dir.
clean
:
mostlyclean
clean
:
mostlyclean
rm
-f
parse.c parse-scan.c
force
:
force
:
...
...
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