Changeset df9c52e


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

Fix syntax error in CFLAGS when doing mx32

Location:
chapter08
Files:
2 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                     \
  • chapter08/udev.xml

    r9a674b4 rdf9c52e  
    213213CC="gcc -mx32"                          \
    214214CXX="g++ -mx32"                         \
    215 CFLAGS+="-Wno-error=shift-overflow"     \
    216 CXXFLAGS+="-Wno-error=shift-overflow"   \
     215CFLAGS+=" -Wno-error=shift-overflow"    \
     216CXXFLAGS+=" -Wno-error=shift-overflow"  \
    217217LANG=en_US.UTF-8                        \
    218218meson setup \
Note: See TracChangeset for help on using the changeset viewer.