Changeset efd2732 in freewrt for mk


Ignore:
Timestamp:
Jun 26, 2007, 9:15:59 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
c2f60fd
Parents:
5a2506c
Message:

I'm somehow sorry for re-rolling the mirmake distfile, but bugs suck.
rm dl/mirmake*gz if you fell into the time hole (i.e. rebuilt within
the last hour or so)

this fixes compilation and cross-compilation much better, and also
moves the version check into make prereq

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/vars.mk

    r5a2506c refd2732  
    2424BSDMAKE_FLAGS+=         NONBINMODE=0644 CONFGRP=${BUILD_GROUP} INSTALL_STRIP=
    2525BSDMAKE_FLAGS+=         MACHINE=${ARCH} MACHINE_ARCH=${ARCH} NOMAN=Yes
    26 BSDMAKE_FLAGS+=         RTLD_TYPE=GNU MKC_DEBG=y
     26BSDMAKE_FLAGS+=         RTLD_TYPE=GNU STRIP=:
    2727BSDMAKE=                env MAKEFLAGS=V=99 MFLAGS= BSDOBJDIR='${BUILD_DIR}' \
    2828                        LD='${TARGET_CROSS}ld' ${BMAKE} ${BSDMAKE_FLAGS}
Note: See TracChangeset for help on using the changeset viewer.