summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorJaka Kranjc2007-03-03 21:21:43 +0100
committerJaka Kranjc2007-03-03 21:23:29 +0100
commit0b561f24926abcd9943b45d14e094cd3baaaf8d8 (patch)
tree2714c9a6c0d8d34651b02d08bfeeaa2dd6d583e0 /FUNCTIONS
parentd4a8f3e2f521077783fbd6b76e72065261a1ef44 (diff)
grimoire lib changes for #10641
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS8
1 files changed, 4 insertions, 4 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 8c47db9207..4e203f2618 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -3,12 +3,12 @@
. $GRIMOIRE/config_query_multi.function
#---------------------------------------------------------------------
-## Replaces sorcerys default_build with a custom version using
-## the invoke_gcc function from libgcc
+## Replaces sorcerys default_pre_build with a custom version using
+## the invoke_gcc function from libgcc #10641
#---------------------------------------------------------------------
-function default_build () {
+function default_pre_build () {
invoke_gcc &&
- real_default_build
+ real_default_pre_build
}
#---------------------------------------------------------------------