Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use CXXFLAGS when compiling eh_trampoline.cc #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

qmfrederik
Copy link
Owner

We don't want the user to override these flags because that file needs to be compiled in a very specific way.

Re-applies gnustep#178 (365e536)
Related to gnustep#183
Fixes gnustep#177

We don't want the user to override these flags because that file
needs to be compiled in a very specific way.

Re-applies gnustep#178 (365e536)
Related to gnustep#183
Fixes gnustep#177
@qmfrederik qmfrederik force-pushed the fix-assembly-compilation branch from 9806d1e to 0427b7c Compare April 2, 2024 13:01
qmfrederik and others added 7 commits April 15, 2024 22:14
Installs:
- lib/cmake/libobjc/libobjcConfig.cmake
- lib/cmake/libobjc/libobjcTargets.cmake
- lib/cmake/libobjc/libobjcConfigVersion.cmake
- lib/cmake/libobjc/libobjcTargets-noconfig.cmake
…ivial data types (gnustep#289)

* Add objc_msgSend_stret2

* Guard and Export objc_msgSend_stret2

* Remove architecture hackery in CMake

* Add objc_msgSend test for WoA64

* Add doc comment for objc_msgSend_stret2
* Add android CI scripts

* Android Test Driver: Busybox compatibility
* CI: Bump Android API version and add arm64-v8a target

* CI: Avoid using date +%N

* CI: Enable KVM and caching of AVD

* CI: Change shebang in android driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't link certain programs with libobjc: undefined reference: eh_trampoline()
3 participants