mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00: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
@ -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…
Reference in New Issue
Block a user