Changeset 54b2e74 in mainline for uspace/lib/libc/Makefile


Ignore:
Timestamp:
2009-02-12T22:25:35Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
751d51bf
Parents:
98a4e76
Message:

Fix issue with cross-compiler prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile

    r98a4e76 r54b2e74  
    3232LIBC_PREFIX = $(shell pwd)
    3333SOFTINT_PREFIX = ../softint
    34 
    35 ifndef CROSS_PREFIX
    36         CROSS_PREFIX = /usr/local
    37 endif
    38 
    3934
    4035## Setup toolchain
Note: See TracChangeset for help on using the changeset viewer.