Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
ed4bcd17
Commit
ed4bcd17
authored
3 years ago
by
Evan Lojewski
Committed by
Evan Lojewski
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
bootrom: revup to fix clang-format, clang-tidy, and lto issues.
parent
b90ed679
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
bootrom
bootrom
+1
-1
No files found.
CMakeLists.txt
View file @
ed4bcd17
...
...
@@ -97,7 +97,7 @@ ppc64le_add_executable(${PROJECT_NAME}
tercel_spi.h
)
ppc64le_linker_script
(
${
PROJECT_NAME
}
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/linker.ld"
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE libbase
-nofloat
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE libbase
)
target_compile_definitions
(
${
PROJECT_NAME
}
PRIVATE
"-DNO_FLINT"
)
# Disable linting
format_target_sources
(
${
PROJECT_NAME
}
)
...
...
This diff is collapsed.
Click to expand it.
bootrom
@
62c00d09
Subproject commit
b6e1f9da21f495080ae33a0da527abd936c8ff26
Subproject commit
62c00d092e793a81804c6a60381b938595d4aa11
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment