Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib.
This commit is contained in:
parent
a27495e795
commit
0f0016ae39
@ -11,8 +11,6 @@ GCC_ARCH= ${TARGET_ARCH}
|
||||
|
||||
# Machine description.
|
||||
MD_FILE= ${GCCDIR}/config/${GCC_ARCH}/${GCC_ARCH}.md
|
||||
OUT_FILE= ${GCC_ARCH}.c
|
||||
OUT_OBJ= ${GCC_ARCH}
|
||||
target= ${TARGET_ARCH}-unknown-freebsd
|
||||
|
||||
# These architectures are Cygnus's default for enabling Haifa.
|
||||
|
@ -21,7 +21,7 @@ SRCS= c-aux-info.c c-common.c c-convert.c c-iterate.c \
|
||||
toplev.c tree.c unroll.c varasm.c version.c xcoffout.c \
|
||||
alias.c bitmap.c dwarf2out.c dyn-string.c except.c \
|
||||
gcse.c genrtl.c profile.c regmove.c varray.c \
|
||||
${OUT_FILE}
|
||||
${GCC_ARCH}.c
|
||||
.if defined(USE_EGCS_HAIFA) && ${USE_EGCS_HAIFA} == 1
|
||||
SRCS+= haifa-sched.c
|
||||
.else
|
||||
@ -48,6 +48,4 @@ CFLAGS+= -DTARGET_NAME=\"${target}\" -DIN_GCC
|
||||
install:
|
||||
@true
|
||||
|
||||
${OUT_OBJ}.o ${OUT_OBJ}.So: ${OUT_FILE}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user