Changeset 459 for trunk/params-soft.mk


Ignore:
Timestamp:
Aug 13, 2018, 1:43:20 PM (6 years ago)
Author:
alain
Message:

Introduce the math library, to support the floating point
data used by the multi-thread fft application.
Fix several bugs regarding the FPU context save/restore.
Introduce support for the %f format in printf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/params-soft.mk

    r457 r459  
    4646LIBSEMAPHORE_INCLUDE = $(LIBSEMAPHORE_PATH)/build/include/
    4747
     48# define paths for LIBMATH
     49LIBMATH_PATH    = $(ALMOSMKH_DIR)/libs/libmath
     50LIBMATH         = $(LIBMATH_PATH)/build/lib/
     51LIBMATH_INCLUDE = $(LIBMATH_PATH)/build/include/
     52
    4853# define paths for LIBALMOSMKH
    4954LIBALMOSMKH_PATH    = $(ALMOSMKH_DIR)/libs/libalmosmkh
     
    5257
    5358# define paths for HAL
    54 HAL      = $(ALMOSMKH_DIR)/hal
    55 HAL_ARCH = $(HAL)/$(ARCH_NAME)
     59HAL            = $(ALMOSMKH_DIR)/hal
     60HAL_ARCH       = $(HAL)/$(ARCH_NAME)
     61HAL_INCLUDE    = $(HAL_ARCH)/core
    5662
    57 KERNEL   = $(ALMOSMKH_DIR)/kernel
    58 
     63# define paths for KERNEL
     64KERNEL         = $(ALMOSMKH_DIR)/kernel
    5965SHARED_INCLUDE = $(KERNEL)/syscalls/shared_include/
    6066
Note: See TracChangeset for help on using the changeset viewer.