Skip to content
Snippets Groups Projects
Commit 8a30775b authored by Paul E. Murphy's avatar Paul E. Murphy Committed by Peter Bergner
Browse files

rust: Update usage of TARGET_AIX to TARGET_AIX_OS

This was noticed when fixing the gccgo usage of the macro, the
rust usage is very similar.

TARGET_AIX is defined as a non-zero value on linux/powerpc64le
which may cause unexpected behavior.  TARGET_AIX_OS should be
used to toggle AIX specific behavior.

2023-06-22  Paul E. Murphy  <murphyp@linux.ibm.com>

gcc/rust/
	* rust-object-export.cc [TARGET_AIX]: Rename and update usage to
	TARGET_AIX_OS.
parent b76cd1ec
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment