unxmacx.mk (d92161c4) unxmacx.mk (8c12a8ba)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 172 unchanged lines hidden (view full) ---

181# ---------------------------------
182# always link with gcc since you may be linking c code and don't want -lstdc++ linked in!
183
184## ericb 04 mars 2005
185
186LINK*=$(CXX)
187LINKC*=$(CC)
188
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 172 unchanged lines hidden (view full) ---

181# ---------------------------------
182# always link with gcc since you may be linking c code and don't want -lstdc++ linked in!
183
184## ericb 04 mars 2005
185
186LINK*=$(CXX)
187LINKC*=$(CC)
188
189LINKFLAGSDEFS*=-Wl,-headerpad,ff,-multiply_defined,suppress
189LINKFLAGSDEFS*=-Wl,-headerpad_max_install_names,-multiply_defined,suppress
190# assure backwards-compatibility
191EXTRA_LINKFLAGS*=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
192LINKFLAGSRUNPATH_URELIB=-install_name '@_______URELIB/$(@:f)'
193LINKFLAGSRUNPATH_UREBIN=
194LINKFLAGSRUNPATH_OOO=-install_name '@_______OOO/$(@:f)'
195LINKFLAGSRUNPATH_SDK=
196LINKFLAGSRUNPATH_BRAND=
197LINKFLAGSRUNPATH_OXT=

--- 81 unchanged lines hidden ---
190# assure backwards-compatibility
191EXTRA_LINKFLAGS*=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
192LINKFLAGSRUNPATH_URELIB=-install_name '@_______URELIB/$(@:f)'
193LINKFLAGSRUNPATH_UREBIN=
194LINKFLAGSRUNPATH_OOO=-install_name '@_______OOO/$(@:f)'
195LINKFLAGSRUNPATH_SDK=
196LINKFLAGSRUNPATH_BRAND=
197LINKFLAGSRUNPATH_OXT=

--- 81 unchanged lines hidden ---