projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8b7d7
)
Fix typo in recent change to Makefile.rtl
author
Eric Botcazou
<ebotcazou@adacore.com>
Fri, 23 Oct 2020 16:16:58 +0000
(18:16 +0200)
committer
Eric Botcazou
<ebotcazou@adacore.com>
Fri, 23 Oct 2020 16:18:14 +0000
(18:18 +0200)
gcc/ada/ChangeLog:
* Makefile.rtl (EXTRA_GNATRTL_NONTASKING_OBJS) [IA64/Linux]: Fix typo.
gcc/ada/Makefile.rtl
patch
|
blob
|
history
diff --git
a/gcc/ada/Makefile.rtl
b/gcc/ada/Makefile.rtl
index cc957b6a2c6c857fd9767e65975b04cac020d126..39b458781a88efc035850fbdeeff3a749244669e 100644
(file)
--- a/
gcc/ada/Makefile.rtl
+++ b/
gcc/ada/Makefile.rtl
@@
-2543,7
+2543,7
@@
ifeq ($(strip $(filter-out %ia64 linux%,$(target_cpu) $(target_os))),)
TOOLS_TARGET_PAIRS = indepsw.adb<indepsw-gnu.adb
EXTRA_GNATRTL_NONTASKING_OBJS += $(TRASYM_DWARF_UNIX_OBJS)
- EXTRA_GNATRTL_NONTASKING_OBJS += $(GNATRTL_128BIT_OBJ
+ EXTRA_GNATRTL_NONTASKING_OBJS += $(GNATRTL_128BIT_OBJ
)
EXTRA_GNATRTL_TASKING_OBJS=s-linux.o a-exetim.o
EH_MECHANISM=-gcc
THREADSLIB=-lpthread -lrt