Changeset 1fe5e1e in freewrt


Ignore:
Timestamp:
Dec 18, 2006, 7:00:04 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
4686fa6
Parents:
c483df8
Message:

remove validation of the rule that this file must be
usable by non-GNU makes

git-svn-id: svn://www.freewrt.org/branches/common-adk@1313 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/vars.mk

    rc483df8 r1fe5e1e  
    3737TARGET_CC:=             $(TARGET_CROSS)gcc
    3838TARGET_CXX:=            $(TARGET_CROSS)g++
    39 ifneq ($(FWRT_USE_CCACHE),)
    40 KERNEL_CROSS:=          ccache $(KERNEL_CROSS)
    41 TARGET_CC:=             ccache $(TARGET_CROSS)gcc
    42 TARGET_CXX:=            ccache $(TARGET_CROSS)g++
    43 endif
    4439STRIP:=                 $(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-strip
    4540PATCH=                  $(SCRIPT_DIR)/patch-kernel.sh
Note: See TracChangeset for help on using the changeset viewer.