summaryrefslogtreecommitdiff
path: root/arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-06-01 01:15:14 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 13:22:32 +0000
commit6765e3cf05f87bc4aaecae5c223b430a72d93a3a (patch)
treecb98535af184511062be8b7f020b60a623d4472e /arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params
parent671590abe5fe58e1d9524fdf0ce85ae18d6e0f62 (diff)
downloadtoolchains-6765e3cf05f87bc4aaecae5c223b430a72d93a3a.tar.gz
toolchains-6765e3cf05f87bc4aaecae5c223b430a72d93a3a.tar.bz2
First cut at GCC 10/arm-riscos-gnueabihf
Diffstat (limited to 'arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params')
-rw-r--r--arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params b/arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params
new file mode 100644
index 0000000..4f48c3c
--- /dev/null
+++ b/arm-riscos-gnueabihf/recipes/files/gccsdk/gccsdk-params
@@ -0,0 +1,8 @@
+# -- Following section is user configurable:
+# This is where the cross compiler will be installed. It needs to end in 'bin'.
+export GCCSDK_INSTALL_CROSSBIN={PREFIX}/cross/bin
+# This is where the porting tools and any libraries you build will be installed.
+export GCCSDK_INSTALL_ENV={PREFIX}/env
+
+# -- Do not change following section:
+