Changeset 7d7b2a3 in rtems for make/custom/mvme167.cfg
- Timestamp:
- 02/24/99 15:46:25 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 32a98d2
- Parents:
- 4e4e691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/mvme167.cfg
r4e4e691 r7d7b2a3 5 5 # 6 6 7 include $(RTEMS_ROOT)/make/custom/default.cfg8 9 7 RTEMS_CPU=m68k 10 8 RTEMS_CPU_MODEL=m68040 9 10 include $(RTEMS_ROOT)/make/custom/default.cfg 11 11 12 12 # This is the actual bsp directory used during the build process. … … 24 24 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 25 25 26 # This target does NOT support the TCP/IP stack so ignore requests26 # This target does NOT support the TCP/IP stack (yet) so ignore requests 27 27 # to enable it. 28 28 HAS_NETWORKING=no … … 57 57 58 58 ifeq ($(RTEMS_USE_GCC272),yes) 59 60 # The MC68040 does not implement all MC68881/MC68882 instructions, so use 61 # either the gcc floating-point software support (msoft-float libraries), or 62 # use the Motorola FPSP floating-point emulator in 63 # rtems/c/src/lib/libcpu/m68k/m68040/fpsp 64 # The default is to use the FPSP. 65 # To use the msoft-float libraries, uncomment the three lines below. 66 # You then should comment the M68KFPSPInstallExceptionHandlers() statement 67 # in rtems/c/src/lib/libbsp/m68k/mvme167/startup/bststart.c in bsp_start(). 68 # Floating-point support will then be limited. See the mvme167 README file 69 # for more details. 70 71 # LIBC_LIBC = $(RTEMS_LIBC_DIR)/lib/msoft-float/libc.a 72 # LIBC_LIBM = $(RTEMS_LIBC_DIR)/lib/msoft-float/libm.a 73 # LIBGCC = $(shell $(CC) -msoft-float -print-libgcc-file-name) 74 59 75 define make-exe 60 76 $(LD) $(LDFLAGS) -N -T $(LINKCMDS) -o $(basename $@).exe \
Note: See TracChangeset
for help on using the changeset viewer.