Undef RELATIVE_PREFIX_NOT_LINKDIR for System V/eabi
authorMichael Meissner <meissner@cygnus.com>
Thu, 19 Mar 1998 10:43:27 +0000 (10:43 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 19 Mar 1998 10:43:27 +0000 (10:43 +0000)
From-SVN: r18705

gcc/ChangeLog
gcc/config/rs6000/sysv4.h

index c4386612908054caa10d0ec54a909160409fbf8b..d2b040e36bb16bb3d542ed6001af8d7fa6ae26c3 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar 19 13:39:52 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
+       and EABI.
+
 Thu Mar 19 10:10:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * final.c (shorten_branches): Add parentheses around +/- in
index c3012d0044036659f631eed058853c6bbcc171b7..9cbb597b8b559ef988f023fc53a3f4d6ab72a784 100644 (file)
@@ -332,6 +332,11 @@ do {                                                                       \
 /* Put jump tables in read-only memory, rather than in .text.  */
 #undef JUMP_TABLES_IN_TEXT_SECTION
 
+/* Disable AIX-ism that disables turning -B into -L if the argument specifies a
+   relative file name.  This breaks setting GCC_EXEC_PREFIX to D:\path under
+   Windows.  */
+#undef RELATIVE_PREFIX_NOT_LINKDIR
+
 /* Undefine some things which are defined by the generic svr4.h.  */
 
 #undef ASM_FILE_END