diff options
author | Sven Gothel <[email protected]> | 2019-07-15 08:32:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-07-15 08:32:41 +0200 |
commit | 18c6fd068df1058921e4c3b2cd0f10024fd09871 (patch) | |
tree | 292fbd64dd7c9d96b486b0ecaab11faac7273a37 /setenv.sh |
Baseline commit using glibc 2.28, binutils 2.31.1, gcc 8.3.0 and 4-tuple aliasing dropping vendor for 3-tuple, easing like OpenJDK crosscompilation
Diffstat (limited to 'setenv.sh')
-rw-r--r-- | setenv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setenv.sh b/setenv.sh new file mode 100644 index 0000000..22710a1 --- /dev/null +++ b/setenv.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export CT_LOCAL_TARBALLS_DIR=/usr/local/projects/crosstool-ng-projects/src +export CT_PREFIX=/usr/local/x-tools |