Skip to content

Commit

Permalink
comms/flrig: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 3, 2024
1 parent 96118b6 commit fd8d1a6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions comms/flrig/Makefile
Expand Up @@ -28,10 +28,4 @@ OPTIONS_DEFINE= NATIVE
NATIVE_CONFIGURE_ON+= --enable-optimizations=native
NATIVE_CONFIGURE_OFF+= --enable-optimizations=none

.include <bsd.port.pre.mk>

.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
CFLAGS+= -mminimal-toc
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit fd8d1a6

Please sign in to comment.