This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Add config/cpu/mips/bits/atomicity.h for libstdc++-v3


On Thu, Jul 26, 2001 at 01:49:54PM -0700, Richard Henderson wrote:
> On Thu, Jul 26, 2001 at 01:43:03PM -0700, H . J . Lu wrote:
> >  # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
> 
> Perhaps you missed this bit?
> 

What is wrong besides a mismatch in indentation?


H.J.
---
2001-07-26  H.J. Lu <hjl@gnu.org>

	* configure.target (ATOMICITYH): Set to `config/cpu/mips'
	only for Linux/mips.

--- libstdc++-v3/configure.target.mips	Thu Jul 26 10:14:22 2001
+++ libstdc++-v3/configure.target	Thu Jul 26 13:56:43 2001
@@ -39,9 +39,6 @@ case "${target_cpu}" in
   i486 | i586 | i686 | i786)
     cpu_include_dir="config/cpu/i486"
     ;;
-  mips*)
-    cpu_include_dir="config/cpu/mips"
-    ;;
   powerpc | rs6000)
     cpu_include_dir="config/cpu/powerpc"
     ;;
@@ -108,6 +105,9 @@ esac
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 
 case "${target}" in
+   mips*-*-linux*)
+     ATOMICITYH="config/cpu/mips"
+     ;;
    *-*-aix[456789]*)
      # We set os_include_dir to config/os/aix only on AIX 4.3 and
      # newer, but config/os/aix/bits/atomicity.h works on earlier


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]