mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Since bento seems to specify CPUCFLAGS on some archs, and the breaks the cross compiler, prevent them
This commit is contained in:
parent
77f610b700
commit
add37d4daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75904
6 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all info
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --verbose
|
||||
|
|
|
@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}-
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||
|
|
|
@ -39,6 +39,7 @@ PKGNAMEPREFIX= ${LCLTARGET}-
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all info
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||
|
|
|
@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}-
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||
|
|
|
@ -35,6 +35,7 @@ PKGNAMEPREFIX= ${LCLTARGET}-
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all info
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --verbose
|
||||
|
|
|
@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}-
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all
|
||||
NO_CPUCFLAGS= yes
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||
|
|
Loading…
Add table
Reference in a new issue