diff options
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 8ef3469159d..e5c90f8d42d 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -1,5 +1,5 @@ # Makefile.rtl for GNU Ada Compiler (GNAT). -# Copyright (C) 2003-2011, Free Software Foundation, Inc. +# Copyright (C) 2003-2012, Free Software Foundation, Inc. #This file is part of GCC. @@ -79,6 +79,16 @@ GNATRTL_TASKING_OBJS= \ thread$(objext) \ $(EXTRA_GNATRTL_TASKING_OBJS) +# Objects the require IEEE Float +GNATRTL_ALTIVEC_OBJS= \ + g-allein$(objext) \ + g-alleve$(objext) \ + g-altcon$(objext) \ + g-altive$(objext) \ + g-alveop$(objext) \ + g-alvety$(objext) \ + g-alvevi$(objext) + # Objects needed for non-tasking. GNATRTL_NONTASKING_OBJS= \ a-assert$(objext) \ @@ -367,13 +377,6 @@ GNATRTL_NONTASKING_OBJS= \ ada$(objext) \ calendar$(objext) \ directio$(objext) \ - g-allein$(objext) \ - g-alleve$(objext) \ - g-altcon$(objext) \ - g-altive$(objext) \ - g-alveop$(objext) \ - g-alvety$(objext) \ - g-alvevi$(objext) \ g-arrspl$(objext) \ g-awk$(objext) \ g-bubsor$(objext) \ @@ -703,5 +706,6 @@ GNATRTL_NONTASKING_OBJS= \ text_io$(objext) \ unchconv$(objext) \ unchdeal$(objext) \ + $(GNATRTL_ALTIVEC_OBJS) \ $(GNATRTL_SOCKETS_OBJS) \ $(EXTRA_GNATRTL_NONTASKING_OBJS) |