Another attempt at getting everything to build with the new powerpc

libcpu.
This commit is contained in:
Joel Sherrill
1999-07-01 22:43:09 +00:00
parent 2a85368d24
commit 78b78e2383

View File

@@ -18,7 +18,7 @@ VPATH = @srcdir@
include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
include $(RTEMS_ROOT)/make/directory.cfg
ifeq ($(RTEMS_CPU_MODEL),mpc750)
ifeq ($(wildcard $(RTEMS_CPU_MODEL)),$(RTEMS_CPU_MODEL))
SHARED_LIB=shared
endif