mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 03:18:09 -03:00
depends: Fix CXXFLAGS on NetBSD
This change corrects an issue where CXXFLAGS were mistakenly overridden by CFLAGS.
This commit is contained in:
parent
b042c4f053
commit
a10bb400e8
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ netbsd_NM = $(host_toolchain)gcc-nm
|
|||
netbsd_RANLIB = $(host_toolchain)gcc-ranlib
|
||||
endif
|
||||
|
||||
netbsd_CXXFLAGS=$(netbsd_CFLAGS)
|
||||
|
||||
netbsd_release_CFLAGS=-O2
|
||||
netbsd_release_CXXFLAGS=$(netbsd_release_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue