comparison gcc/objcp/config-lang.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Top level configure fragment for GNU Objective-C++. 1 # Top level configure fragment for GNU Objective-C++.
2 # Copyright (C) 2005-2018 Free Software Foundation, Inc. 2 # Copyright (C) 2005-2020 Free Software Foundation, Inc.
3 # Contributed by Ziemowit Laski <zlaski@apple.com> 3 # Contributed by Ziemowit Laski <zlaski@apple.com>
4 4
5 #This file is part of GCC. 5 #This file is part of GCC.
6 6
7 #GCC is free software; you can redistribute it and/or modify 7 #GCC is free software; you can redistribute it and/or modify
50 50
51 # Now add our special bits to it. Please keep this list sorted. 51 # Now add our special bits to it. Please keep this list sorted.
52 gtfiles="$gtfiles \ 52 gtfiles="$gtfiles \
53 \$(srcdir)/objc/objc-act.h \ 53 \$(srcdir)/objc/objc-act.h \
54 \$(srcdir)/objc/objc-map.h \ 54 \$(srcdir)/objc/objc-map.h \
55 \$(srcdir)/c-family/c-cppbuiltin.c \
56 \$(srcdir)/objc/objc-act.c \ 55 \$(srcdir)/objc/objc-act.c \
57 \$(srcdir)/objc/objc-gnu-runtime-abi-01.c \ 56 \$(srcdir)/objc/objc-gnu-runtime-abi-01.c \
58 \$(srcdir)/objc/objc-next-runtime-abi-01.c \ 57 \$(srcdir)/objc/objc-next-runtime-abi-01.c \
59 \$(srcdir)/objc/objc-next-runtime-abi-02.c \ 58 \$(srcdir)/objc/objc-next-runtime-abi-02.c \
60 \$(srcdir)/objc/objc-runtime-shared-support.c \ 59 \$(srcdir)/objc/objc-runtime-shared-support.c \