For the same reason as the external variables, shared.gpr can be a
source of conflict between different projects. For instance with AWS.
This change has no impact on the installation since shared.gpr is not
provided in the installation.
Part of T715-030.
Change-Id: Ie0ac01a23c34981b75055fbe8a45db9cc50a581f
XMLADA_BUILD clashed with the scenario variable defined in the installed
project. It is actually the equivalent of LIBRARY_TYPE but with a
different name once the project is installed.
Part of T715-030.
Change-Id: I4f2dc963acfe8a8db3e9138cc4f408f904ded01d
This external allows xmlada*.gpr to be used from a project that defines
the BUILD external in an incompatible way.
Part of T715-030.
Change-Id: I2485bafa4f7f103721558b82232c0134ebf8f8ee
State input size limit.
Mention two input modules that were missing from the docs.
Fix some typos.
for SB06-054
Change-Id: I059566d5a19fd9e696d3b26af7d9ebee11939c6e
S823-015
The character code in base64 encoding preceding the terminating '='
must be a multiple of 4. This change fixes situation where this
character could be any base64 character, which could happen when
one-but-last character code was a multiple of 16.
Change-Id: I9fe4fb266d07e127e9e64be9404571a91b32bcdb
Reduce the SAX parser symbol hash table size
from 65536 entries to 1024.
This comes from the GitHub pull request #6
TN: R215-022
Change-Id: I6790ad5b00dde563833cbe6493c57e68caba0ea3
This variable can be used to build XmlAda with a given RTS,
and it also adjust the installation directory where XmlAda
gets installed afterwards.
For Q802-040.
Change-Id: I54b18f184517c7eded0409c264ce8030f33d6782
When trying to build XmlAda for e500v2-vx6, one calls configure
with --target=e500v2-wrs-vxworks, which results in the Makefile
containing the following definition for TARGET:
TARGET=powerpc-wrs-vxworks
This is because the --target has been canonicalized by config.sub,
and this is expected. However, this causes problems during the build,
since we then call gprbuild with --target=powerpc-wrs-vxworks
instead of the target we specified during the configure.
This patch fixes the issue by declaring a new Makefile variable
called TARGET_ALIAS, and using that for gprbuild's --target=
option, as well as the installation prefix.
Unveiled while working on O611-016.
Change-Id: I7cf3b24c48d26af0930813b1aff304dc78561aad