|
@@ -1354,6 +1354,11 @@ ifeq ($(OS_TARGET),wasip2)
|
|
|
EXEEXT=.wasm
|
|
EXEEXT=.wasm
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
|
|
+# Oric
|
|
|
|
|
+ifeq ($(OS_TARGET),oric)
|
|
|
|
|
+OEXT=.rel
|
|
|
|
|
+endif
|
|
|
|
|
+
|
|
|
|
|
|
|
|
# For 8.3 limited OS's the short suffixes
|
|
# For 8.3 limited OS's the short suffixes
|
|
|
# Otherwise use the full source/target names
|
|
# Otherwise use the full source/target names
|