mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Adjust version numbers for the clang library directory.
This commit is contained in:
parent
5bd5e06ad1
commit
53fe1d28fa
4 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@
|
|||
..
|
||||
lib
|
||||
clang
|
||||
3.9.1
|
||||
4.0.0
|
||||
lib
|
||||
freebsd
|
||||
..
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
aout
|
||||
..
|
||||
clang
|
||||
3.9.1
|
||||
4.0.0
|
||||
include
|
||||
sanitizer
|
||||
..
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.PATH: ${CLANG_SRCS}/lib/Headers
|
||||
|
||||
INCSDIR= ${LIBDIR}/clang/3.9.1/include
|
||||
INCSDIR= ${LIBDIR}/clang/4.0.0/include
|
||||
|
||||
GENINCS+= arm_neon.h
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ CRTSRC= ${SRCTOP}/contrib/compiler-rt
|
|||
|
||||
.PATH: ${CRTSRC}/lib
|
||||
|
||||
CLANGDIR= /usr/lib/clang/3.9.1
|
||||
CLANGDIR= /usr/lib/clang/4.0.0
|
||||
LIBDIR= ${CLANGDIR}/lib/freebsd
|
||||
|
||||
NO_PIC=
|
||||
|
|
|
|||
Loading…
Reference in a new issue