Ignore:
Timestamp:
07/19/2023 02:16:02 PM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
2cf3d3ac
Parents:
9a674b4
Message:

Fix syntax error in CFLAGS when doing mx32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r9a674b4 rdf9c52e  
    322322CC="gcc -mx32"                          \
    323323CXX="g++ -mx32"                         \
    324 CFLAGS+="-Wno-error=shift-overflow"     \
    325 CXXFLAGS+="-Wno-error=shift-overflow"   \
     324CFLAGS+=" -Wno-error=shift-overflow"    \
     325CXXFLAGS+=" -Wno-error=shift-overflow"  \
    326326LANG=en_US.UTF-8                        \
    327327meson --prefix=/usr                     \
Note: See TracChangeset for help on using the changeset viewer.