repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
tools
/
collect-aros
/
env.h.in
blob
b2689a6142cd93b81a96968c518b5ade28f943a8
1
#ifndef _ENV_H_
2
#define _ENV_H_
3
4
#ifdef _NATIVE_
5
#define LD_NAME
"/Development/bin/ld"
6
#define STRIP_NAME
"/Development/bin/strip"
7
#else
8
#define LD_NAME
"@orig_target_ld@"
9
#define STRIP_NAME
"@aros_target_strip@"
10
#endif
11
12
#endif
/* !_ENV_H */