Removed board dependant stuff.

This commit is contained in:
Rob Savoye 1993-06-03 04:53:46 +00:00
parent 2b5773496a
commit 01c0ed641e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# compilers and assemblers
CC = m68k-coff-gcc
CFLAGS = -g -D${target_os} -T
CFLAGS = -g -D${target_os}
C++ = ${CC}
C++FLAGS = ${CFLAGS}
CXX = ${CC}
@ -10,7 +10,7 @@ ASFLAGS =
FC =
FCFLAGS =
LD = ld
LDFLAGS = -lgcc -lc -lg -lmvme135
LDFLAGS =
LIBS =
# binutils