remove mshort build
there seems to be something wrong with the newest mintlib build (mshort builds for ColdFire fail). Temporarily disabling this until fixed.
This commit is contained in:
@@ -59,7 +59,7 @@ COBJS=$(patsubst $(SRCDIR)/%.o,%.o,$(patsubst %.c,%.o,$(CSRCS)))
|
|||||||
AOBJS=$(patsubst $(SRCDIR)/%.o,%.o,$(patsubst %.S,%.o,$(ASRCS)))
|
AOBJS=$(patsubst $(SRCDIR)/%.o,%.o,$(patsubst %.S,%.o,$(ASRCS)))
|
||||||
OBJS=$(COBJS) $(AOBJS)
|
OBJS=$(COBJS) $(AOBJS)
|
||||||
|
|
||||||
TRGTDIRS=./m5475 ./m5475/mshort
|
TRGTDIRS=./m5475
|
||||||
OBJDIRS=$(patsubst %,%/objs,$(TRGTDIRS))
|
OBJDIRS=$(patsubst %,%/objs,$(TRGTDIRS))
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user