diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-07-07 00:27:09 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-07-07 00:27:09 +0000 |
| commit | e7d939bda22b07be6b68ba38835c9167212fd56e (patch) | |
| tree | 98db2559cee662a9de7212211dd5c69176b58254 /gnu/lib/csu/Makefile | |
| parent | 00cf40b0ca010cb2a6afb112650109dcabe80dea (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu/Makefile')
| -rw-r--r-- | gnu/lib/csu/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 2db69fbb0654..dee77dfe5349 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -28,13 +28,6 @@ MKDEP= -DCRT_BEGIN CFLAGS+= -DTARGET_ARM_EABI .endif -.if ${MACHINE_CPUARCH} == "ia64" -BEGINSRC= crtbegin.asm -ENDSRC= crtend.asm -CFLAGS+= -x assembler-with-cpp # Ugly hack -CFLAGS+= -include osreldate.h -.undef SRCS # hack for 'make depend' -.endif .if ${MACHINE_CPUARCH} == "powerpc" TGTOBJS= crtsavres.o SRCS+= crtsavres.asm |
