diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-20 15:21:36 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-20 15:21:45 +0100 |
commit | dba041e8fb2573dbef409ff9af30c63ae308a874 (patch) | |
tree | c4cd2688cec36e7ee8fe252848c7b44afe201838 /gnustep-base/gnustep-make/files | |
parent | dev-php/PEAR-XML_Serializer: Revbump to use new eclass (diff) | |
download | gentoo-dba041e8fb2573dbef409ff9af30c63ae308a874.tar.gz gentoo-dba041e8fb2573dbef409ff9af30c63ae308a874.tar.bz2 gentoo-dba041e8fb2573dbef409ff9af30c63ae308a874.zip |
gnustep-base/gnustep-make: inline libobcj.so check, bug #612840
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'gnustep-base/gnustep-make/files')
-rw-r--r-- | gnustep-base/gnustep-make/files/testlibobjc.m | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnustep-base/gnustep-make/files/testlibobjc.m b/gnustep-base/gnustep-make/files/testlibobjc.m deleted file mode 100644 index 225113c24d7e..000000000000 --- a/gnustep-base/gnustep-make/files/testlibobjc.m +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Use "gcc -Werror -Wl,-l:libobjc.so.x testlibobjc.m -o /dev/null" - * #import generates a warning with non-objc - */ -#import <stdio.h> - -int main( int argc, const char *argv[] ) { - printf("Linker test\n"); - return 0; -} |