Commit Graph

14 Commits

Author SHA1 Message Date
NicJA 8fabcf3e1b use absolute path's to the tools.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56251 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2019-04-14 19:01:57 +00:00
NicJA 477723711b update aclocal. detect the correct tool versions for llvm-based host toolchains.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56250 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2019-04-14 18:20:14 +00:00
NicJA aba7565455 revert - it doesn't expand correctly atm.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52623 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2016-04-12 18:33:57 +00:00
NicJA 51afa64541 merge common functionality into AROS_TOOL
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52622 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2016-04-12 18:24:25 +00:00
NicJA a20571be9e add a support function that will append an extension the to the command part of a passed in program "invocation"
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52620 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2016-04-12 18:11:23 +00:00
NicJA f343deadfc preserve the arguments when we expand the kernel/target tool paths
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52619 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2016-04-12 17:30:06 +00:00
NicJA 3139c18ac3 make sure AROS_REQ fails if a value returns "no" also.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52323 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2016-03-28 23:35:00 +00:00
jmcmullan 9dc4219143 configure: Commit code that I actually remember to test, this time.
Argh. Grumble grumble.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44951 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2012-06-05 17:38:50 +00:00
jmcmullan c1e1b0828a configure: Regenerate configure, and update acinclude.m4 to current standards
As per sonic's request.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44947 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2012-06-05 12:59:56 +00:00
jmcmullan 161b3a2d36 configure: More correctly differentiate between host, kernel, and target compilers
Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44214 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2012-02-23 16:09:19 +00:00
sonic a0fd649833 - Build system now supports explicit specification of target compiler to use
- A very early beginning of mingw32-hosted port
- Fixed some symbol redefinition warnings in allocmem.c
- Disabled mungwall, speedup


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29028 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2008-07-15 05:22:21 +00:00
neil 99e2fca294 Added support for cross compilation under MacOS X. Currently, only the
PC-native build can be built under MacOS (some of the experimental
native builds may work too). Compilation has been tested on an Intel
Mac, but it should compile on a PowerPC Mac too. Cross compilation
should also now be possible on other OSs.
 
In order to support building on MacOS's default filesystem, HFS+, which
only supports UTF8 file names, it was also necessary to add support for
building from sources with UTF8 filenames. This causes some output files
on such systems to have UTF8 names, which appear improperly in AROS.
However, these file names can be converted to ISO-8859-1 by some
versions of mkisofs, for example. To be clear, ISO-8859-1 systems should
be unaffected by this change.
 
In addition, variable names in configure.in have been made more 
consistent with regard to case, prefix etc.



git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@24613 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2006-08-07 23:11:10 +00:00
verhaegs 4b6248b041 Define AROS_TOOL_CCPATH macro to find a tool in the compiler's path
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@22541 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2004-12-08 21:26:13 +00:00
verhaegs 55308225c6 This is the old aclocal.m4 with the AROS specific m4 macro's. Users of aclocal won't loose the AROS specific macros when running that program.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@20031 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2003-10-31 20:02:46 +00:00