Changeset 6ffb3bf in freewrt for build.mk


Ignore:
Timestamp:
Jun 13, 2006, 2:36:59 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
b59603f
Parents:
2bdf580
Message:

uClibc is not part of the toolchain, even if it's
contained in the toolchain/ directory, so it doesn't
build with CC=$(HOSTCC), change that and don't pass
it the variables (even if CC=$(TARGET_CC) is passed,
it doesn't build - but then, uClibc's build system
is so broken in other regards...)

Full build (make v) succeeded on GNU/Linux:
-rw-r--r-- 1 tg freewrt 4706440 Jun 13 14:32 make.log

Didn't attach the build log because of its sheer size ;)

Bug catched by wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@62 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.mk

    r2bdf580 r6ffb3bf  
    8181toolchain/%:
    8282        @$(TRACE) $@
    83         $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@) \
    84             CC='$(HOSTCC)' CFLAGS='$(HOSTCFLAGS)'
     83        $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
    8584
    8685#############################################################
Note: See TracChangeset for help on using the changeset viewer.