Changeset 440 for trunk/params-soft.mk


Ignore:
Timestamp:
May 3, 2018, 5:51:22 PM (6 years ago)
Author:
alain
Message:

1/ Fix a bug in the Multithreaded "sort" applicationr:
The pthread_create() arguments must be declared as global variables.
2/ The exit syscall can be called by any thread of a process..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/params-soft.mk

    r439 r440  
    11
    22#put your absolute path to almos-mkh dir here
    3 ALMOS-MKH_DIR =
     3ALMOS-MKH_DIR = /Users/alain/soc/almos-mkh
    44
    55LIBC_NAME = mini-libc
     
    4747    export DU = mipsel-unknown-elf-objdump
    4848    export AR = mipsel-unknown-elf-ar
     49    export RANLIB = mipsel-unknown-elf-ranlib
    4950endif
    5051
     
    5859    export DU = objdump
    5960    export AR = ar
     61    export RANLIB = ranlib
    6062endif
    6163
Note: See TracChangeset for help on using the changeset viewer.