Skip to content

Commit

Permalink
fixup! native: 64 bit compatibility and Linux/x86_64 support for the …
Browse files Browse the repository at this point in the history
…native board
  • Loading branch information
fzi-haxel committed Sep 29, 2023
1 parent 554c916 commit b684e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ ifeq ($(OS_ARCH),x86_64)
endif
ifeq ($(OS),FreeBSD)
ifeq ($(OS_ARCH),amd64)
ifneq ($(NATIVE_64BIT), y)
ifeq ($(NATIVE_64BIT), y)
LINKFLAGS += -m64
else
else
LINKFLAGS += -m32 -DCOMPAT_32BIT -L/usr/lib32 -B/usr/lib32
endif
endif
Expand Down

0 comments on commit b684e2a

Please sign in to comment.