Remove the linker option pragmas from vxworks7 rtp system specs,
since this is needed only with gnatmake. The same info is contained
in gprbuild, which is the only tool that can be used for building
vxworks apps.
gcc/ada/ChangeLog:
* libgnat/system-vxworks7-aarch64-rtp-smp.ads (Linker_Options):
Remove pragma for RTP specs.
* libgnat/system-vxworks7-ppc-rtp-smp.ads: Likewise.
* libgnat/system-vxworks7-ppc64-rtp-smp.ads: Likewise.
* libgnat/system-vxworks7-x86-rtp-smp.ads: Likewise.
* libgnat/system-vxworks7-x86_64-rtp-smp.ads: Likewise.
private
- pragma Linker_Options ("--specs=vxworks7-rtp-base-link.spec");
- -- Define the symbol wrs_rtp_base
-
type Address is mod Memory_Size;
for Address'Size use Standard'Address_Size;
private
- pragma Linker_Options ("--specs=vxworks7-rtp-base-link.spec");
- -- Define the symbol wrs_rtp_base
-
type Address is mod Memory_Size;
for Address'Size use Standard'Address_Size;
private
- pragma Linker_Options ("--specs=vxworks7-ppc64-rtp-base-link.spec");
- -- Define the symbol wrs_rtp_base
-
type Address is mod Memory_Size;
for Address'Size use Standard'Address_Size;
private
- pragma Linker_Options ("--specs=vxworks7-x86-rtp-base-link.spec");
- -- Define the symbol wrs_rtp_base
-
type Address is mod Memory_Size;
for Address'Size use Standard'Address_Size;
private
- pragma Linker_Options ("--specs=vxworks7-x86_64-rtp-base-link.spec");
- -- Define the symbol wrs_rtp_base
-
type Address is mod Memory_Size;
for Address'Size use Standard'Address_Size;