Fixes for compiling on 64bit and outside the source dir
[AROS.git] / tools / collect-aros / env.h.in
blobb2689a6142cd93b81a96968c518b5ade28f943a8
1 #ifndef _ENV_H_
2 #define _ENV_H_
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
12 #endif /* !_ENV_H */