Changeset 9baf0a6 in freewrt for package/libgcc


Ignore:
Timestamp:
May 21, 2007, 4:28:15 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
46d1142
Parents:
9403adc
Message:

by request of wbx@:

sort out the mess we had in ${TOPDIR}/staging_dir_${ARCH} and introduce
some new variables:

  • ${STAGING_DIR} stays the same, but has a different location now
  • ${STAGING_TOOLS} is where executables for the host system go
  • ${STAGING_PARENT} is ${TOPDIR}/cross_${ARCH} and has three (at the moment) subdirectories: host (i.e. STAGING_TOOLS), target (i.e. STAGING_DIR) and pkg (used by package.mk, pkg-bottom.mk) but is an internal-use-only variable - please don't use it.

this builds through with a non-default config; more testing will follow

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/libgcc/Makefile

    r9403adc r9baf0a6  
    88
    99PKG_NAME:=              libgcc
    10 PKG_VERSION:=           $(shell cat ${STAGING_DIR}/gcc_version)
     10PKG_VERSION:=           $(shell cat ${STAGING_TOOLS}/gcc_version)
    1111PKG_RELEASE:=           1
    1212NO_DISTFILES:=          1
Note: See TracChangeset for help on using the changeset viewer.