.EXPORT_ALL_VARIABLES: ############################################################################ # # Vendor specific settings # CONSOLE_BAUD_RATE = 38400 ############################################################################ # We've used -m5307 here because the bulk of the 5272 instruction timings # happen to be closer to the 5307 than the 5200 series. Luckily, the # actual instructions on the two processors are essentially identical. # This should be fixed at some stage. CPUFLAGS = -m5307 -DCONFIG_COLDFIRE VENDOR_CFLAGS = -DFLOATS # DISABLE_XIP := 1 # XIP works fine # DISABLE_MOVE_RODATA := 1 # move-rodata is fine # DISABLE_SHARED_LIBS := 1 # shared libs is fine # LOPT := -Os # UOPT := -Os ############################################################################ include $(ROOTDIR)/vendors/config/m68knommu/config.arch ############################################################################