comparison gcc/config/rs6000/darwin7.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Target definitions for Darwin 7.x (Mac OS X) systems. 1 /* Target definitions for Darwin 7.x (Mac OS X) systems.
2 Copyright (C) 2004, 2005, 2007 2 Copyright (C) 2004-2017 Free Software Foundation, Inc.
3 Free Software Foundation, Inc.
4 3
5 This file is part of GCC. 4 This file is part of GCC.
6 5
7 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
26 25
27 #undef LIB_SPEC 26 #undef LIB_SPEC
28 #define LIB_SPEC "%{!static:\ 27 #define LIB_SPEC "%{!static:\
29 %:version-compare(!< 10.3 mmacosx-version-min= -lmx)\ 28 %:version-compare(!< 10.3 mmacosx-version-min= -lmx)\
30 -lSystem}" 29 -lSystem}"
30
31 #undef DEF_MIN_OSX_VERSION
32 #define DEF_MIN_OSX_VERSION "10.3.9"