Commit 43852342 by John David Anglin Committed by John David Anglin

* som.h (ALWAYS_STRIP_DOTDOT): Define to 1.

From-SVN: r56664
parent 44bb111a
2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
* som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
2002-08-29 Richard Henderson <rth@redhat.com>
* expr.h (enum block_op_methods): New.
......
......@@ -365,3 +365,9 @@ do { \
/* SOM does not support the init_priority C++ attribute. */
#undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0
/* The SOM linker hardcodes paths into binaries. As a result, dotdots
must be removed from library prefixes to prevent binaries from depending
on the location of the GCC tool directory. The downside is GCC
cannot be moved after installation using a symlink. */
#define ALWAYS_STRIP_DOTDOT 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment