File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ COPY --link tools tools
1919ARG numThreads=$(nproc)
2020
2121RUN echo "" > tools/yosys /abc /. gitcommit && \
22- env CFLAGS = "-D__TIME__=\" 0\" -D__DATE__=\" 0\" -D__TIMESTAMP__=\" 0 \" -Wno-builtin-macro-redefined" \
23- CXXFLAGS = "-D__TIME__=\" 0\" -D__DATE__=\" 0\" -D__TIMESTAMP__=\" 0 \" -Wno-builtin-macro-redefined" \
22+ env CFLAGS = "-D__TIME__=\\ \ " 0\\ \ " -D__DATE__=\\ \ " 0\\ \ " -D__TIMESTAMP__=\\ \" 0 \\ \" -Wno-builtin-macro-redefined" \
23+ CXXFLAGS = "-D__TIME__=\\ \ " 0\\ \ " -D__DATE__=\\ \ " 0\\ \ " -D__TIMESTAMP__=\\ \" 0 \\ \" -Wno-builtin-macro-redefined" \
2424 . /build_openroad . sh --no_init --local --threads ${ numThreads }
2525
2626FROM orfs -base
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ COPY InstallerOpenROAD.sh \
1515ARG options=""
1616ARG constantBuildDir="-constant-build-dir"
1717
18- ENV CFLAGS="-D__TIME__=\"0\" -D__DATE__=\"0\" -D__TIMESTAMP__=\"0 \" -Wno-builtin-macro-redefined"
19- ENV CXXFLAGS="-D__TIME__=\"0\" -D__DATE__=\"0\" -D__TIMESTAMP__=\"0 \" -Wno-builtin-macro-redefined"
18+ ENV CFLAGS="-D__TIME__=\\\ "0\\\ " -D__DATE__=\\\ "0\\\ " -D__TIMESTAMP__=\\\"0\\ \" -Wno-builtin-macro-redefined"
19+ ENV CXXFLAGS="-D__TIME__=\\\ "0\\\ " -D__DATE__=\\\ "0\\\ " -D__TIMESTAMP__=\\\"0\\ \" -Wno-builtin-macro-redefined"
2020
2121RUN ./DependencyInstaller.sh -base $options $constantBuildDir \
2222 && ./DependencyInstaller.sh -common $options $constantBuildDir \
You can’t perform that action at this time.
0 commit comments