Dr. Werner Fink 2024-09-02 09:59:38 +00:00 committed by Git OBS Bridge
parent fe87fd5ba3
commit 34cea0ff2c
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@
fi
+ if [ -n "${MYCFLAGS}" ] ; then
+ XCFLAGS=$XCFLAGS" ${MYCFLAGS}"
+ XCFLAGS=$XCFLAGS' ${MYCFLAGS}'
+ fi
+
else

View File

@ -234,7 +234,7 @@ port=''
# Report final architectures
#
echo $(uname -i -m -p) %_build_arch %_arch
echo | $CC $MYCFLAGS -v -E - 2>&1 | grep /cc1
echo | $CC %{optflags} -v -E - 2>&1 | grep /cc1
#
# Environment for the case of missing terminal
#