$(RM) $(foreach PAIR,$(LIBGNAT_TARGET_PAIRS), \
$(RTSDIR)/$(word 1,$(subst <, ,$(PAIR))))
for f in $(RTSDIR)/*-*__*.ads $(RTSDIR)/*-*__*.adb; do \
- case "$$f" in \
- $(RTSDIR)/s-stratt__*) ;; \
- *) $(RM) $$f ;; \
- esac; \
+ $(RM) $$f ; \
done
# Copy new target dependent sources
$(foreach PAIR,$(LIBGNAT_TARGET_PAIRS), \
Exclude source files (check object consistency only).
+ .. index:: -xdr (gnatbind)
+
+:switch:`-xdr`
+ Use the target-independent XDR protocol for stream oriented attributes
+ instead of the default implementation which is based on direct binary
+ representations and is therefore target-and endianness-dependent.
+
+
.. index:: -Xnnn (gnatbind)
:switch:`-X{nnn}`
Exclude source files (check object consistency only).
+@geindex -xdr (gnatbind)
+
+@item @code{-xdr}
+
+Use the target-independent XDR protocol for stream oriented attributes
+instead of the default implementation which is based on direct binary
+representations and is therefore target-and endianness-dependent.
+
@geindex -Xnnn (gnatbind)
@item @code{-X@emph{nnn}}