mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/gnatdroid-armv(5,7): Keep based on gcc47 for now
The new gcc49-based Ada compiler will most likely be an improvement for this FreeBSD->Android Ada cross-compiler, but it will need extensive testing. Keep using gcc47 after gcc49 is brought in until testing is complete. Hopefully that will also result in C++ capability too...
This commit is contained in:
parent
5dd2483f80
commit
3c8f8d1ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347698
2 changed files with 8 additions and 8 deletions
|
@ -23,17 +23,17 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
NO_LICENSES_INSTALL= yes
|
||||
|
||||
.include "${.CURDIR}/../gcc-aux/Makefile.common"
|
||||
.include "${.CURDIR}/../gcc47-aux/Makefile.common"
|
||||
|
||||
# DELETE NEXT LINE AFTER NEXT UPDATE TO GCC-AUX 4.7 TO AVOID PORTEPOCH
|
||||
# Without it, this port version regresses by a day
|
||||
SNAPSHOT:= 20130413 # last portversion + 1
|
||||
|
||||
USES+= ada gmake
|
||||
USES+= ada:47 gmake
|
||||
LANGS= c ada
|
||||
APPLY_DIFFS= core ada ada-testsuite gcc-testsuite
|
||||
NO_MTREE= YES
|
||||
DISTINFO_FILE= ${.CURDIR}/../gcc-aux/distinfo
|
||||
DISTINFO_FILE= ${.CURDIR}/../gcc47-aux/distinfo
|
||||
|
||||
# Disable C++ until arm.cc/no-rtti issue resolved for libsupc++
|
||||
|
||||
|
@ -50,7 +50,7 @@ ARMVERSION= ARMv5
|
|||
FPU= vfp
|
||||
WRKSRC= ${WRKDIR}/gcc-${GCC_VERSION}
|
||||
BUILD_WRKSRC= ${WRKDIR}/build
|
||||
PATCHDIR= ${.CURDIR}/../gcc-aux/files
|
||||
PATCHDIR= ${.CURDIR}/../gcc47-aux/files
|
||||
CFG_SCRIPT= ${WRKSRC}/configure
|
||||
REVFILE= ${WRKSRC}/gcc/REVISION
|
||||
SRPREFIX= ${LOCALBASE}/android9
|
||||
|
|
|
@ -23,17 +23,17 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
NO_LICENSES_INSTALL= yes
|
||||
|
||||
.include "${.CURDIR}/../gcc-aux/Makefile.common"
|
||||
.include "${.CURDIR}/../gcc47-aux/Makefile.common"
|
||||
|
||||
# DELETE NEXT LINE AFTER NEXT UPDATE TO GCC-AUX 4.7 TO AVOID PORTEPOCH
|
||||
# Without it, this port version regresses by a day
|
||||
SNAPSHOT:= 20130413 # last portversion + 1
|
||||
|
||||
USES+= ada gmake
|
||||
USES+= ada:47 gmake
|
||||
LANGS= c ada
|
||||
APPLY_DIFFS= core ada ada-testsuite gcc-testsuite
|
||||
NO_MTREE= YES
|
||||
DISTINFO_FILE= ${.CURDIR}/../gcc-aux/distinfo
|
||||
DISTINFO_FILE= ${.CURDIR}/../gcc47-aux/distinfo
|
||||
|
||||
# Disable C++ until arm.cc/no-rtti issue resolved for libsupc++
|
||||
|
||||
|
@ -50,7 +50,7 @@ ARMVERSION= ARMv7
|
|||
FPU= neon
|
||||
WRKSRC= ${WRKDIR}/gcc-${GCC_VERSION}
|
||||
BUILD_WRKSRC= ${WRKDIR}/build
|
||||
PATCHDIR= ${.CURDIR}/../gcc-aux/files
|
||||
PATCHDIR= ${.CURDIR}/../gcc47-aux/files
|
||||
CFG_SCRIPT= ${WRKSRC}/configure
|
||||
REVFILE= ${WRKSRC}/gcc/REVISION
|
||||
SRPREFIX= ${LOCALBASE}/android9
|
||||
|
|
Loading…
Add table
Reference in a new issue