mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
WL#4380
1) Disabled abi_check rule for all compilers except gcc 2) restored the -dI option to retain the header information.
This commit is contained in:
parent
a9775e8507
commit
c5095f77f8
3 changed files with 19 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ dist-hook:
|
|||
--datadir=$(distdir)/win/data \
|
||||
--srcdir=$(top_srcdir)
|
||||
|
||||
all-local: abi_check
|
||||
all-local: @ABI_CHECK@
|
||||
|
||||
tags:
|
||||
support-files/build-tags
|
||||
|
|
@ -292,7 +292,7 @@ abi_check_all: $(TEST_PREPROCESSOR_HEADER)
|
|||
do_abi_check:
|
||||
set -ex; \
|
||||
for file in $(abi_headers); do \
|
||||
@CC@ -E -nostdinc \
|
||||
@CC@ -E -nostdinc -dI \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/include/mysql \
|
||||
-I$(top_srcdir)/sql \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue