Skip to content

Commit

Permalink
lang/gcc14-devel: Disable jit on i386
Browse files Browse the repository at this point in the history
Build fails for jit on i386. Disable it until a fix is found.

(cherry picked from commit b218a23)
  • Loading branch information
lsalvadore committed May 23, 2024
1 parent de1bd8a commit d3c718d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/gcc14-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ USE_GCC= yes
USE_GCC= yes
.endif

.if ${ARCH} == i386
LANGUAGES:= c,c++,objc,fortran
.else
LANGUAGES:= c,c++,objc,fortran,jit
.endif
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
TARGLIB32= ${PREFIX}/lib32 # The version information is added later
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
Expand Down

0 comments on commit d3c718d

Please sign in to comment.